X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FLdvProfile.c;fp=rts%2FLdvProfile.c;h=3a160de6acd167999e5a3eb310df1d509a447bc1;hp=c97187a9a933101921a16342d57b9edb591e5920;hb=02ec05e6564d9bbb536c5c0f3cd3c1b5503e3aea;hpb=9b266fba8f18f9f8a469bbe0b51b80a91217f1ab diff --git a/rts/LdvProfile.c b/rts/LdvProfile.c index c97187a..3a160de 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);