Separate pruning from marking of spark pools
[ghc-hetmet.git] / rts / sm / Compact.c
index 7f3bb29..b43c0ea 100644 (file)
@@ -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);