From: David Given Date: Sun, 31 Aug 2014 11:40:39 +0000 (+0200) Subject: Remove regrettable comment. X-Git-Tag: release-6-0-pre-5~16 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=6a340ea1bd8798b7c538ab794d76c555d4fdedad;p=ack.git Remove regrettable comment. --- 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);