Remove unused crate::hlt_loop import

This commit is contained in:
Philipp Oppermann
2019-11-22 16:12:28 +01:00
parent c3f76cf1f0
commit b5b37d6e2b

View File

@@ -4,7 +4,7 @@
// problem we skip compilation of this module on Windows.
#![cfg(not(windows))]
use crate::{gdt, hlt_loop, print, println};
use crate::{gdt, print, println};
use lazy_static::lazy_static;
use pic8259_simple::ChainedPics;
use spin;