Move checkGlobalTSOList() call from GarbageCollect() to checkSanity()
[ghc-hetmet.git] / rts / sm / GC.c
index c254fcb..f8a0980 100644 (file)
@@ -494,8 +494,6 @@ GarbageCollect ( rtsBool force_major_gc )
           sweep(&oldest_gen->steps[0]);
   }
 
-  IF_DEBUG(sanity, checkGlobalTSOList(rtsFalse));
-
   /* run through all the generations/steps and tidy up 
    */
   copied = 0;