Windows build fixes
[ghc-hetmet.git] / rts / Schedule.c
index b3d523e..70ddf09 100644 (file)
@@ -1717,7 +1717,6 @@ forkProcess(HsStablePtr *entry
     }
 #else /* !FORKPROCESS_PRIMOP_SUPPORTED */
     barf("forkProcess#: primop not supported on this platform, sorry!\n");
-    return -1;
 #endif
 }