diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-08-03 20:21:51 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-08-03 20:21:51 +0000 |
commit | 02ec05e6564d9bbb536c5c0f3cd3c1b5503e3aea (patch) | |
tree | eb837b91f992ab7a7da4ec255528049c1e5895c5 /rts/LdvProfile.c | |
parent | 9b266fba8f18f9f8a469bbe0b51b80a91217f1ab (diff) | |
download | haskell-02ec05e6564d9bbb536c5c0f3cd3c1b5503e3aea.tar.gz |
remove the GUM closure types
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); |