diff options
Diffstat (limited to 'rts/RtsStartup.c')
-rw-r--r-- | rts/RtsStartup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rts/RtsStartup.c b/rts/RtsStartup.c index 7e0afe5f92..af05fb800a 100644 --- a/rts/RtsStartup.c +++ b/rts/RtsStartup.c @@ -192,7 +192,6 @@ static void initBuiltinGcRoots(void) getStablePtr((StgPtr)runFinalizerBatch_closure); - getStablePtr((StgPtr)stackOverflow_closure); getStablePtr((StgPtr)heapOverflow_closure); getStablePtr((StgPtr)unpackCString_closure); getStablePtr((StgPtr)blockedIndefinitelyOnMVar_closure); |