Skip to content

Commit

Permalink
Merge pull request #1169 from hermit-os/newlib-slice-import
Browse files Browse the repository at this point in the history
fix(x86_64/newlib): remove unused import
  • Loading branch information
mkroening authored May 3, 2024
2 parents 377f440 + a117181 commit a8d1dd5
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 a8d1dd5

Please sign in to comment.