Remove redundant import

This commit is contained in:
Philipp Oppermann
2019-04-25 20:30:23 +02:00
parent 8f14013e0a
commit dce7adb210

View File

@@ -280,7 +280,6 @@ extern "x86-interrupt" fn page_fault_handler(
stack_frame: &mut InterruptStackFrame,
_error_code: PageFaultErrorCode,
) {
use crate::hlt_loop;
use x86_64::registers::control::Cr2;
println!("EXCEPTION: PAGE FAULT");