Windows: remove the {Enter,Leave}CricialSection wrappers
[ghc-hetmet.git] / rts / win32 / OSThreads.c
index 13a3666..ed5c968 100644 (file)
@@ -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