Clean up dead code

This commit is contained in:
2025-03-08 18:43:43 +00:00
parent da6690fd8b
commit a83108a08e
7 changed files with 5 additions and 656 deletions
-5
View File
@@ -149,10 +149,5 @@ pub fn boot() -> Result<(), Box<dyn core::error::Error>> {
x86_64::instructions::interrupts::enable();
debugln!("[Success]");
debug!(" Initializing Stack Unwinder... ");
// Force evaluate the constructor.
// let _unwinder = &*UNWINDER;
debugln!("[Success]");
Ok(())
}