diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-03-21 08:41:03 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-03-21 08:41:03 +0000 |
commit | 1821c5f9d2e23e70e21b2ddaa21325000ca66974 (patch) | |
tree | 20cb8c40158ada0ac88dc6503321eebfd117bd87 | |
parent | afe67cb590a9bc1adb729e0757fd698ff10d4492 (diff) | |
download | haskell-1821c5f9d2e23e70e21b2ddaa21325000ca66974.tar.gz |
oops, remove temporary testing code
-rw-r--r-- | ghc/rts/win32/Ticker.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ghc/rts/win32/Ticker.c b/ghc/rts/win32/Ticker.c index 0923fea5f0..ab791d8dc7 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; |