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>2011-11-14 05:45:42 +0400
committerChristopher Faylor <me@cgf.cx>2011-11-14 05:45:42 +0400
commit18eaa70b5bc48e4ac8ae880cfb2fd7b9ad8adea6 (patch)
tree08b0879d799366ebd2af72c2921d316f7391217a /winsup/cygwin/sigproc.cc
parent466e6948554ceb5f50feda8fdac6395d6cd5da5c (diff)
Remove erroneously checked-in debugging statements.
* cygheap.cc (cygheap_fixup_in_child): Here. * debug.cc (delete_handle): Here. * sigproc.cc (child_info_spawn::cleanup): Here. * spawn.cc (child_info_spawn::worker): Here.
Diffstat (limited to 'winsup/cygwin/sigproc.cc')
-rw-r--r--winsup/cygwin/sigproc.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc
index c3915fd56..b59645628 100644
--- a/winsup/cygwin/sigproc.cc
+++ b/winsup/cygwin/sigproc.cc
@@ -865,13 +865,10 @@ child_info_spawn::cleanup ()
CloseHandle (ev);
ev = NULL;
}
-debug_printf ("type %d, type == _CH_EXEC == %d, hExeced %p", type, type == _CH_EXEC, hExeced);
if (type == _CH_EXEC)
{
if (iscygwin () && hExeced)
-{debug_printf ("cleaning up");
proc_subproc (PROC_EXEC_CLEANUP, 0);
-}
sync_proc_subproc.release ();
}
type = _CH_NADA;