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 9bbf71b commit aac0876
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
@@ -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};
Expand Down

0 comments on commit aac0876

Please sign in to comment.