Skip to content

Commit 3b83a08

Browse files
committed
Remove unused module
1 parent 7a24837 commit 3b83a08

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Diff for: bios/boot_sector/src/error.rs

-4
This file was deleted.

Diff for: bios/boot_sector/src/main.rs

-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
#![warn(unsafe_op_in_unsafe_fn)]
44

55
use core::{arch::global_asm, slice};
6-
use error::NO_SECOND_STAGE_PARTITION;
76
use fail::{print_char, UnwrapOrFail};
87

98
global_asm!(include_str!("boot.s"));
109

1110
mod dap;
12-
mod error;
1311
mod fail;
1412
mod mbr;
1513

0 commit comments

Comments
 (0)