diff options
Diffstat (limited to 'rts/sm/Compact.c')
-rw-r--r-- | rts/sm/Compact.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rts/sm/Compact.c b/rts/sm/Compact.c index 7f3bb29580..b43c0ea532 100644 --- a/rts/sm/Compact.c +++ b/rts/sm/Compact.c @@ -966,9 +966,6 @@ compact(StgClosure *static_objects) // 1. thread the roots markCapabilities((evac_fn)thread_root, NULL); - // spark queues - traverseSparkQueues((evac_fn)thread_root, NULL); - // the weak pointer lists... if (weak_ptr_list != NULL) { thread((void *)&weak_ptr_list); |