From 7a32aefe7947e819af953998ea51bdd700195daa Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 2 Jan 2006 02:55:14 +0000 Subject: * cygtls.cc (_cygtls::remove): Remove left over debugging cruft which caused this function to always return prematurely. --- winsup/cygwin/strace.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'winsup/cygwin/strace.cc') diff --git a/winsup/cygwin/strace.cc b/winsup/cygwin/strace.cc index 9e5929632..779183c53 100644 --- a/winsup/cygwin/strace.cc +++ b/winsup/cygwin/strace.cc @@ -223,9 +223,7 @@ strace::write_childpid (child_info& ch, DWORD pid) if (!attached () || !being_debugged ()) return; -int res = WaitForSingleObject (ch.subproc_ready, 30000); -do { if ((0x00040 & 0x08000) || active ()) prntf (0x00040, __PRETTY_FUNCTION__, "res %d", res); } while (0); __small_sprintf (buf, "cYg%8x %x", _STRACE_CHILD_PID, pid); OutputDebugString (buf); } -- cgit v1.2.3