fix haddock submodule pointer
[ghc-hetmet.git] / rts / FrontPanel.c
index ebba405..d6269fb 100644 (file)
@@ -662,8 +662,6 @@ residencyCensus( void )
                        type = Thunk;
                        break;
 
-                   case CAF_BLACKHOLE:
-                   case EAGER_BLACKHOLE:
                    case BLACKHOLE:
 /*                 case BLACKHOLE_BQ: FIXME: case does not exist */
                        size = sizeW_fromITBL(info);
@@ -702,7 +700,6 @@ residencyCensus( void )
                    case MUT_VAR:
 /*                 case MUT_CONS: FIXME: case does not exist */
                    case IND_PERM:
-                   case IND_OLDGEN_PERM:
                        size = sizeW_fromITBL(info);
                        type = Other;
                        break;