diff options
Diffstat (limited to 'rts/LdvProfile.c')
-rw-r--r-- | rts/LdvProfile.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/rts/LdvProfile.c b/rts/LdvProfile.c index c97187a9a9..3a160de6ac 100644 --- a/rts/LdvProfile.c +++ b/rts/LdvProfile.c @@ -179,11 +179,6 @@ processHeapClosureForDead( StgClosure *c ) case RET_SMALL: case RET_BIG: // others - case BLOCKED_FETCH: - case FETCH_ME: - case FETCH_ME_BQ: - case RBH: - case REMOTE_REF: case INVALID_OBJECT: default: barf("Invalid object in processHeapClosureForDead(): %d", info->type); |