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.
This commit is contained in:
Christopher Faylor
2011-11-14 01:45:42 +00:00
parent 466e694855
commit 18eaa70b5b
5 changed files with 8 additions and 10 deletions

View File

@ -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;