From 18eaa70b5bc48e4ac8ae880cfb2fd7b9ad8adea6 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 14 Nov 2011 01:45:42 +0000 Subject: 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. --- winsup/cygwin/debug.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'winsup/cygwin/debug.cc') 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 -- cgit v1.2.3