Remove regrettable comment.
authorDavid Given <dg@cowlark.com>
Sun, 31 Aug 2014 11:40:39 +0000 (13:40 +0200)
committerDavid Given <dg@cowlark.com>
Sun, 31 Aug 2014 11:40:39 +0000 (13:40 +0200)
util/grind/run.c

index 0b793ba..ce19af8 100644 (file)
@@ -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);