From 6a340ea1bd8798b7c538ab794d76c555d4fdedad Mon Sep 17 00:00:00 2001 From: David Given Date: Sun, 31 Aug 2014 13:40:39 +0200 Subject: [PATCH] Remove regrettable comment. --- util/grind/run.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/util/grind/run.c b/util/grind/run.c index 0b793ba13..ce19af8e3 100644 --- a/util/grind/run.c +++ b/util/grind/run.c @@ -114,9 +114,7 @@ start_child(p) char *in_redirect = 0; /* standard input redirected */ char *out_redirect = 0; /* standard output redirected */ - signal_child(SIGKILL); /* like families in China, this debugger is only - allowed one child - */ + signal_child(SIGKILL); if (p != run_command) { freenode(run_command); -- 2.34.1