Skip to content

Commit

Permalink
fix(x86_64/newlib): remove unused import
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed May 3, 2024
1 parent 377f440 commit a117181
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/arch/x86_64/kernel/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
use core::arch::asm;
use core::num::NonZeroU64;
use core::ptr;
#[cfg(feature = "newlib")]
use core::slice;
use core::sync::atomic::{AtomicPtr, AtomicU32, Ordering};

use hermit_entry::boot_info::{BootInfo, PlatformInfo, RawBootInfo};
Expand Down

0 comments on commit a117181

Please sign in to comment.