Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-01-12 02:38:52 +0400
committerChristopher Faylor <me@cgf.cx>2012-01-12 02:38:52 +0400
commit74f2cb574e05eb6dc88001f621cb8a69d23ac7a8 (patch)
tree8b864a998dd77f9ebc267bd8a20370877ca0385e /winsup/cygwin/spawn.cc
parent0e1f0840d2def205a7e2089872038930643d48f7 (diff)
* spawn.cc (child_info_spawn::worker): Delete debugging.
Diffstat (limited to 'winsup/cygwin/spawn.cc')
-rw-r--r--winsup/cygwin/spawn.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/spawn.cc b/winsup/cygwin/spawn.cc
index c0320fc08..1057247a0 100644
--- a/winsup/cygwin/spawn.cc
+++ b/winsup/cygwin/spawn.cc
@@ -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)