Skip to content

Commit f2a9dec

Browse files
committed
Remove outdated mods declarations
1 parent ca53780 commit f2a9dec

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

bios/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
#![no_std]
32
#![no_main]
43

common/src/lib.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ use x86_64::{
1919
};
2020
use xmas_elf::ElfFile;
2121

22-
/// Provides BIOS-specific types and trait implementations.
23-
#[cfg(feature = "bios_bin")]
24-
pub mod bios;
25-
/// Provides UEFI-specific trait implementations.
26-
#[cfg(feature = "uefi_bin")]
27-
mod uefi;
28-
2922
/// Provides a function to gather entropy and build a RNG.
3023
mod entropy;
3124
mod gdt;

0 commit comments

Comments
 (0)