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-03-21 08:45:57 +0400
committerChristopher Faylor <me@cgf.cx>2012-03-21 08:45:57 +0400
commite102a69b3d82e44bea7347fd8befefafc157f898 (patch)
tree0f3e5168c08fcc94f264b66d3f72233ded83e4f4 /winsup/cygwin/pinfo.cc
parent30fa1549395ca75b66472aa2039af0ff772b1c60 (diff)
* pinfo.cc (proc_waiter): Remove debugging.
Diffstat (limited to 'winsup/cygwin/pinfo.cc')
-rw-r--r--winsup/cygwin/pinfo.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/pinfo.cc b/winsup/cygwin/pinfo.cc
index 2c6910957..737cff4fb 100644
--- a/winsup/cygwin/pinfo.cc
+++ b/winsup/cygwin/pinfo.cc
@@ -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))