summaryrefslogtreecommitdiff
path: root/rts/Schedule.c
diff options
context:
space:
mode:
authorÖmer Sinan Ağacan <omeragacan@gmail.com>2018-03-07 14:34:46 +0300
committerÖmer Sinan Ağacan <omeragacan@gmail.com>2018-03-07 14:34:46 +0300
commitd9d463289fe20316cff12a8f0dbf414db678fa72 (patch)
tree4891090c45a972a1040e6bf9745cf87fa9792661 /rts/Schedule.c
parentb120e649b7b13ee2a2c1bfe568a91bea9d271fba (diff)
downloadhaskell-d9d463289fe20316cff12a8f0dbf414db678fa72.tar.gz
Schedule.c: remove unreachable code block
Diffstat (limited to 'rts/Schedule.c')
-rw-r--r--rts/Schedule.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/rts/Schedule.c b/rts/Schedule.c
index 885e737aad..5160cb495b 100644
--- a/rts/Schedule.c
+++ b/rts/Schedule.c
@@ -1918,13 +1918,6 @@ delete_threads_and_gc:
throwToSelf(cap, main_thread, heapOverflow_closure);
}
}
-#if defined(SPARKBALANCE)
- /* JB
- Once we are all together... this would be the place to balance all
- spark pools. No concurrent stealing or adding of new sparks can
- occur. Should be defined in Sparks.c. */
- balanceSparkPoolsCaps(n_capabilities, capabilities);
-#endif
#if defined(THREADED_RTS)
stgFree(idle_cap);