Use work-stealing for load-balancing in the GC
[ghc-hetmet.git] / rts / sm / Storage.c
index f38842b..cfe649a 100644 (file)
@@ -104,7 +104,6 @@ initStep (step *stp, int g, int s)
     stp->compact = 0;
     stp->bitmap = NULL;
 #ifdef THREADED_RTS
-    initSpinLock(&stp->sync_todo);
     initSpinLock(&stp->sync_large_objects);
 #endif
     stp->threads = END_TSO_QUEUE;