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/spawn.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'winsup/cygwin/spawn.cc') diff --git a/winsup/cygwin/spawn.cc b/winsup/cygwin/spawn.cc index 845380592..b250db19f 100644 --- a/winsup/cygwin/spawn.cc +++ b/winsup/cygwin/spawn.cc @@ -849,7 +849,6 @@ loop: } out: -debug_printf ("about to call cleanup"); this->cleanup (); if (envblock) free (envblock); -- cgit v1.2.3