diff --git a/xhcid/src/main.rs b/xhcid/src/main.rs index 2f09f8fe5a..4fc13e53c6 100644 --- a/xhcid/src/main.rs +++ b/xhcid/src/main.rs @@ -35,7 +35,5 @@ fn main() { } unsafe { let _ = syscall::physunmap(address); } - - let _ = syscall::kill(1, syscall::SIGINT); } }