* spawn.cc (child_info_spawn::worker): Delete debugging.

This commit is contained in:
Christopher Faylor 2012-01-11 22:38:52 +00:00
parent 0e1f0840d2
commit 74f2cb574e
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2012-01-11 Christopher Faylor <me.cygwin2012@cgf.cx>
* spawn.cc (child_info_spawn::worker): Delete debugging.
2012-01-11 Christopher Faylor <me.cygwin2012@cgf.cx>
Update copyright on all files checked in so far this year.

View File

@ -337,7 +337,6 @@ child_info_spawn::worker (const char *prog_arg, const char *const *argv,
int looped = 0;
HANDLE orig_wr_proc_pipe = NULL;
#if 0
myfault efault;
if (efault.faulted ())
{
@ -348,7 +347,6 @@ child_info_spawn::worker (const char *prog_arg, const char *const *argv,
res = -1;
goto out;
}
#endif
child_info_types chtype;
if (mode != _P_OVERLAY)