From: Simon Marlow Date: Tue, 21 Mar 2006 08:41:03 +0000 (+0000) Subject: oops, remove temporary testing code X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=1821c5f9d2e23e70e21b2ddaa21325000ca66974 oops, remove temporary testing code --- diff --git a/ghc/rts/win32/Ticker.c b/ghc/rts/win32/Ticker.c index 0923fea..ab791d8 100644 --- a/ghc/rts/win32/Ticker.c +++ b/ghc/rts/win32/Ticker.c @@ -40,8 +40,6 @@ unsigned WINAPI TimerProc(PVOID param) { - return 0; - int ms = (int)param; DWORD waitRes;