Skip to content

Commit

Permalink
GHC HEAD compat.
Browse files Browse the repository at this point in the history
  • Loading branch information
mboes committed Oct 6, 2016
1 parent b16b9d9 commit 4475a4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cbits/HeapView.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ char *gtc_heap_view_closure_type_names[] = {
[PAP] = "PAP",
[AP_STACK] = "AP_STACK",
[IND] = "IND",
[IND_PERM] = "IND_PERM",
[IND_STATIC] = "IND_STATIC",
[RET_BCO] = "RET_BCO",
[RET_SMALL] = "RET_SMALL",
Expand Down Expand Up @@ -230,7 +229,6 @@ StgMutArrPtrs *gtc_heap_view_closurePtrs(Capability *cap, StgClosure *closure) {
break;

case IND:
case IND_PERM:
case IND_STATIC:
case BLACKHOLE:
ptrs[nptrs++] = (StgClosure *)(((StgInd *)closure)->indirectee);
Expand Down

0 comments on commit 4475a4c

Please sign in to comment.