X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FClosures.h;h=05cf7baaf87a2a5133c7607e9527f907fa194025;hb=d7b3ad9be373e02ea8b679d978f6ca898436892d;hp=64582ba6b5bd66b772589951f72f993ff7c9bec3;hpb=b067bdc33ce1a0bb01957b0bcfbb1c516dba53a4;p=ghc-hetmet.git diff --git a/includes/Closures.h b/includes/Closures.h index 64582ba..05cf7ba 100644 --- a/includes/Closures.h +++ b/includes/Closures.h @@ -174,11 +174,6 @@ typedef struct { } StgStopFrame; typedef struct { - StgHeader header; - StgClosure *evacuee; -} StgEvacuated; - -typedef struct { StgHeader header; StgWord data; } StgIntCharlikeClosure;