From d9d463289fe20316cff12a8f0dbf414db678fa72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Sinan=20A=C4=9Facan?= Date: Wed, 7 Mar 2018 14:34:46 +0300 Subject: Schedule.c: remove unreachable code block --- rts/Schedule.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'rts/Schedule.c') 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); -- cgit v1.2.1