oops, remove temporary testing code
authorSimon Marlow <simonmar@microsoft.com>
Tue, 21 Mar 2006 08:41:03 +0000 (08:41 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 21 Mar 2006 08:41:03 +0000 (08:41 +0000)
ghc/rts/win32/Ticker.c

index 0923fea..ab791d8 100644 (file)
@@ -40,8 +40,6 @@ unsigned
 WINAPI
 TimerProc(PVOID param)
 {
-    return 0;
-
   int ms = (int)param;
   DWORD waitRes;