From dce7adb21038240ccca63e54962c308fbfe861c4 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 25 Apr 2019 20:30:23 +0200 Subject: [PATCH] Remove redundant import --- .../content/second-edition/posts/08-paging-introduction/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/blog/content/second-edition/posts/08-paging-introduction/index.md b/blog/content/second-edition/posts/08-paging-introduction/index.md index 899622b6..6f5b0315 100644 --- a/blog/content/second-edition/posts/08-paging-introduction/index.md +++ b/blog/content/second-edition/posts/08-paging-introduction/index.md @@ -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");