* spawn.cc (child_info_spawn::worker): Delete debugging.
This commit is contained in:
parent
0e1f0840d2
commit
74f2cb574e
|
@ -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>
|
2012-01-11 Christopher Faylor <me.cygwin2012@cgf.cx>
|
||||||
|
|
||||||
Update copyright on all files checked in so far this year.
|
Update copyright on all files checked in so far this year.
|
||||||
|
|
|
@ -337,7 +337,6 @@ child_info_spawn::worker (const char *prog_arg, const char *const *argv,
|
||||||
int looped = 0;
|
int looped = 0;
|
||||||
HANDLE orig_wr_proc_pipe = NULL;
|
HANDLE orig_wr_proc_pipe = NULL;
|
||||||
|
|
||||||
#if 0
|
|
||||||
myfault efault;
|
myfault efault;
|
||||||
if (efault.faulted ())
|
if (efault.faulted ())
|
||||||
{
|
{
|
||||||
|
@ -348,7 +347,6 @@ child_info_spawn::worker (const char *prog_arg, const char *const *argv,
|
||||||
res = -1;
|
res = -1;
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
child_info_types chtype;
|
child_info_types chtype;
|
||||||
if (mode != _P_OVERLAY)
|
if (mode != _P_OVERLAY)
|
||||||
|
|
Loading…
Reference in New Issue