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

@ -64,11 +64,8 @@ cygheap_fixup_in_child (bool execed)
cygheap_max = cygheap = (init_cygheap *) _cygheap_start;
_csbrk ((char *) child_proc_info->cygheap_max - (char *) cygheap);
child_copy (child_proc_info->parent, false, "cygheap", cygheap, cygheap_max, NULL);
debug_printf ("HERE");
cygheap_init ();
debug_printf ("HERE 2");
debug_fixup_after_fork_exec ();
debug_printf ("HERE 2, %d", execed);
if (execed)
{
cygheap->hooks.next = NULL;
@ -86,7 +83,6 @@ debug_printf ("HERE 2, %d", execed);
_cfree (ce); /* Marked by parent for freeing in child */
}
}
debug_printf ("HERE 3, %d", execed);
}
int