Fix profiling build following removal of specific STM object types
[ghc-hetmet.git] / rts / LdvProfile.c
index ccaf10c..412fd05 100644 (file)
@@ -110,12 +110,8 @@ processHeapClosureForDead( StgClosure *c )
     case MUT_VAR_DIRTY:
     case BCO:
     case PRIM:
-    case TVAR_WATCH_QUEUE:
-    case TVAR:
-    case TREC_HEADER:
+    case MUT_PRIM:
     case TREC_CHUNK:
-    case INVARIANT_CHECK_QUEUE:
-    case ATOMIC_INVARIANT:
        return size;
 
        /*