Remove the per-generation mutable lists
[ghc-hetmet.git] / includes / mkDerivedConstants.c
index d00e428..41cf1d7 100644 (file)
@@ -245,7 +245,6 @@ main(int argc, char *argv[])
     struct_field(bdescr, link);
 
     struct_size(generation);
-    struct_field(generation, mut_list);
     struct_field(generation, n_new_large_words);
 
     struct_size(CostCentreStack);