diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-08-03 13:19:33 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-08-03 13:19:33 +0000 |
commit | 653e325e08c5f632aa194f9239e938faca5abba5 (patch) | |
tree | faf00221c188234def4ae08f15949a3e42b90a34 /rts/Schedule.c | |
parent | 4c083061fa937ca7d05211e516002d9e4c14af2d (diff) | |
download | haskell-653e325e08c5f632aa194f9239e938faca5abba5.tar.gz |
Windows build fixes
Diffstat (limited to 'rts/Schedule.c')
-rw-r--r-- | rts/Schedule.c | 1 |
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 } |