X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2Fwin32%2FOSThreads.c;fp=rts%2Fwin32%2FOSThreads.c;h=ed5c968cf1cfd6a609a16e3693680e769a9b1603;hp=13a3666b63c1767b5c158301e3da628befdaf678;hb=b09ab92b65983635c68c8944631b1d53e9b71e42;hpb=7605f65c7665bf1f58438d4eaf0ce9d56878a1c0 diff --git a/rts/win32/OSThreads.c b/rts/win32/OSThreads.c index 13a3666..ed5c968 100644 --- a/rts/win32/OSThreads.c +++ b/rts/win32/OSThreads.c @@ -232,14 +232,6 @@ forkOS_createThread ( HsStablePtr entry ) (unsigned*)&pId) == 0); } -void CCallEnterCriticalSection(LPCRITICAL_SECTION s) { - EnterCriticalSection(s); -} - -void CCallLeaveCriticalSection(LPCRITICAL_SECTION s) { - LeaveCriticalSection(s); -} - #else /* !defined(THREADED_RTS) */ int