Barf on unhandled Mach-O relocations in the ghci linker
[ghc-hetmet.git] / rts / Schedule.c
index 998d846..539e006 100644 (file)
@@ -1683,10 +1683,6 @@ forkProcess(HsStablePtr *entry
         initTimer();
         startTimer();
 
-#if defined(THREADED_RTS)
-        cap = ioManagerStartCap(cap);
-#endif
-
        cap = rts_evalStableIO(cap, entry, NULL);  // run the action
        rts_checkSchedStatus("forkProcess",cap);