diff --git a/src/arch/x86_64/kernel/mod.rs b/src/arch/x86_64/kernel/mod.rs index 29993a508d..da06a4df81 100644 --- a/src/arch/x86_64/kernel/mod.rs +++ b/src/arch/x86_64/kernel/mod.rs @@ -1,8 +1,6 @@ #[cfg(feature = "common-os")] use core::arch::asm; use core::num::NonZeroU64; -#[cfg(feature = "newlib")] -use core::slice; use core::sync::atomic::{AtomicU32, AtomicU64, Ordering}; use hermit_entry::boot_info::{BootInfo, PlatformInfo, RawBootInfo};