From dbceebbc09a8419358792743802e31b46bb056d5 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 4 Aug 2017 08:54:16 -0600 Subject: [PATCH] Update main.rs --- xhcid/src/main.rs | 2 -- 1 file changed, 2 deletions(-) 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); } }