oops, remove temporary testing code
[ghc-hetmet.git] / 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;