summaryrefslogtreecommitdiff
path: root/rts/Schedule.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/Schedule.c')
-rw-r--r--rts/Schedule.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rts/Schedule.c b/rts/Schedule.c
index b3d523e111..70ddf090c1 100644
--- a/rts/Schedule.c
+++ b/rts/Schedule.c
@@ -1717,7 +1717,6 @@ forkProcess(HsStablePtr *entry
}
#else /* !FORKPROCESS_PRIMOP_SUPPORTED */
barf("forkProcess#: primop not supported on this platform, sorry!\n");
- return -1;
#endif
}