diff options
Diffstat (limited to 'rts/LdvProfile.c')
-rw-r--r-- | rts/LdvProfile.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/rts/LdvProfile.c b/rts/LdvProfile.c index ccaf10c684..412fd05579 100644 --- a/rts/LdvProfile.c +++ b/rts/LdvProfile.c @@ -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; /* |