diff options
author | Christopher Faylor <me@cgf.cx> | 2011-11-14 01:45:42 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2011-11-14 01:45:42 +0000 |
commit | 18eaa70b5bc48e4ac8ae880cfb2fd7b9ad8adea6 (patch) | |
tree | 08b0879d799366ebd2af72c2921d316f7391217a /winsup/cygwin/spawn.cc | |
parent | 466e6948554ceb5f50feda8fdac6395d6cd5da5c (diff) | |
download | cygnal-18eaa70b5bc48e4ac8ae880cfb2fd7b9ad8adea6.tar.gz cygnal-18eaa70b5bc48e4ac8ae880cfb2fd7b9ad8adea6.tar.bz2 cygnal-18eaa70b5bc48e4ac8ae880cfb2fd7b9ad8adea6.zip |
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/spawn.cc')
-rw-r--r-- | winsup/cygwin/spawn.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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); |