diff options
Diffstat (limited to 'winsup/cygwin/cygheap.cc')
-rw-r--r-- | winsup/cygwin/cygheap.cc | 4 |
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 |