diff options
-rw-r--r-- | src/main.rs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/main.rs b/src/main.rs index b87089a..3cb2a74 100644 --- a/src/main.rs +++ b/src/main.rs @@ -42,16 +42,6 @@ fn repl(path: &Vec<&Path>, prompt: &str) { break; } - // Kill zombies - // TODO: Remove this (since it was implemented in incant_quiet()) - // unsafe { - // let mut status = -1; - // let mut pid = waitpid(-1, &mut status, WNOHANG); - // while pid > 0 { - // pid = waitpid(-1, &mut status, WNOHANG); - // } - // } - // Trim the input let poetry = String::from(poetry.trim()); |