Skip to content

Commit 7baff52

Browse files
committed
fix: merge
Signed-off-by: YdrMaster <[email protected]>
1 parent 35a3919 commit 7baff52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rustsbi-qemu/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ type FixedRustSBI<'a> = RustSBI<
110110
/// rust 入口。
111111
extern "C" fn rust_main(_hartid: usize, opaque: usize) -> Operation {
112112
static GENESIS: AtomicBool = AtomicBool::new(true);
113-
static SERIAL: Once<ns16550a::Ns16550a> = Once::new();
114113
static BOARD_INFO: Once<BoardInfo> = Once::new();
115114
static CSR_PRINT: AtomicBool = AtomicBool::new(false);
116115

0 commit comments

Comments
 (0)