From 18eaa70b5bc48e4ac8ae880cfb2fd7b9ad8adea6 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 14 Nov 2011 01:45:42 +0000 Subject: 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. --- winsup/cygwin/sigproc.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'winsup/cygwin/sigproc.cc') 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; -- cgit v1.2.3