diff options
Diffstat (limited to 'includes/Closures.h')
-rw-r--r-- | includes/Closures.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/Closures.h b/includes/Closures.h index d5458f4451..64582ba6b5 100644 --- a/includes/Closures.h +++ b/includes/Closures.h @@ -232,7 +232,6 @@ typedef struct { StgArrWords *instrs; /* a pointer to an ArrWords */ StgArrWords *literals; /* a pointer to an ArrWords */ StgMutArrPtrs *ptrs; /* a pointer to a MutArrPtrs */ - StgArrWords *itbls; /* a pointer to an ArrWords */ StgHalfWord arity; /* arity of this BCO */ StgHalfWord size; /* size of this BCO (in words) */ StgWord bitmap[FLEXIBLE_ARRAY]; /* an StgLargeBitmap */ |