Remove regrettable comment.
This commit is contained in:
parent
aacabba165
commit
6a340ea1bd
|
@ -114,9 +114,7 @@ start_child(p)
|
||||||
char *in_redirect = 0; /* standard input redirected */
|
char *in_redirect = 0; /* standard input redirected */
|
||||||
char *out_redirect = 0; /* standard output redirected */
|
char *out_redirect = 0; /* standard output redirected */
|
||||||
|
|
||||||
signal_child(SIGKILL); /* like families in China, this debugger is only
|
signal_child(SIGKILL);
|
||||||
allowed one child
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (p != run_command) {
|
if (p != run_command) {
|
||||||
freenode(run_command);
|
freenode(run_command);
|
||||||
|
|
Loading…
Reference in a new issue