Skip to content

Commit bf68296

Browse files
committed
Remove some unused imports
1 parent 15ce0e4 commit bf68296

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/lib.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@
1717

1818
pub use crate::boot_info::BootInfo;
1919

20-
#[cfg(feature = "bios_bin")]
21-
use x86_64::{
22-
structures::paging::{frame::PhysFrameRange, PhysFrame},
23-
PhysAddr,
24-
};
25-
2620
pub mod bootinfo;
2721
pub mod config;
2822

0 commit comments

Comments
 (0)