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/cygheap.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/cygheap.cc')
-rw-r--r--winsup/cygwin/cygheap.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/winsup/cygwin/cygheap.cc b/winsup/cygwin/cygheap.cc
index 832d367eb..554375943 100644
--- a/winsup/cygwin/cygheap.cc
+++ b/winsup/cygwin/cygheap.cc
@@ -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