* pinfo.cc (proc_waiter): Remove debugging.

This commit is contained in:
Christopher Faylor 2012-03-21 04:45:57 +00:00
parent 30fa154939
commit e102a69b3d
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-03-21 Christopher Faylor <me.cygwin2012@cgf.cx>
* pinfo.cc (proc_waiter): Remove debugging.
2012-03-20 Christopher Faylor <me.cygwin2012@cgf.cx>
* dtable.cc (set_std_handle): Call SetStdHandle with NULL if fd is

View File

@ -931,7 +931,6 @@ proc_waiter (void *arg)
case __ALERT_ALIVE:
continue;
case 0:
debug_printf ("%d exited buf %d\n", vchild->pid, buf);
/* Child exited. Do some cleanup and signal myself. */
vchild.maybe_set_exit_code_from_windows ();
if (WIFEXITED (vchild->exitcode))