diff options
Diffstat (limited to 'winsup/cygwin/debug.cc')
-rw-r--r-- | winsup/cygwin/debug.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/debug.cc b/winsup/cygwin/debug.cc index 9acb54b1e..6613dd99c 100644 --- a/winsup/cygwin/debug.cc +++ b/winsup/cygwin/debug.cc @@ -171,7 +171,6 @@ delete_handle (handle_list *hl) void debug_fixup_after_fork_exec () { -debug_printf ("BEFORE"); /* No lock needed at this point */ handle_list *hl; for (hl = &cygheap->debug.starth; hl->next != NULL; /* nothing */) @@ -179,7 +178,6 @@ debug_printf ("BEFORE"); hl = hl->next; else delete_handle (hl); // removes hl->next -debug_printf ("AFTER"); } static bool __stdcall |