summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/timer.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-02-20 02:06:37 +0000
committerChristopher Faylor <me@cgf.cx>2006-02-20 02:06:37 +0000
commitbadc4941651e38bda79e6a6058591e9cf235830a (patch)
tree3ff4f8c017923524dc2d55d2ba001aaba226e69c /winsup/cygwin/timer.cc
parenta339c989c7bb65677c1544d613e65699030f9466 (diff)
downloadcygnal-badc4941651e38bda79e6a6058591e9cf235830a.tar.gz
cygnal-badc4941651e38bda79e6a6058591e9cf235830a.tar.bz2
cygnal-badc4941651e38bda79e6a6058591e9cf235830a.zip
revert erroneous checkin
Diffstat (limited to 'winsup/cygwin/timer.cc')
-rw-r--r--winsup/cygwin/timer.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/timer.cc b/winsup/cygwin/timer.cc
index f9205f413..7dea7ea69 100644
--- a/winsup/cygwin/timer.cc
+++ b/winsup/cygwin/timer.cc
@@ -74,7 +74,6 @@ timer_tracker::cancel ()
SetEvent (hcancel);
if (WaitForSingleObject (syncthread, INFINITE) != WAIT_OBJECT_0)
api_fatal ("WFSO failed waiting for timer thread, %E");
- debug_printf ("cancelled");
return true;
}