X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2Frts%2Fstorage%2FGC.h;fp=includes%2Frts%2Fstorage%2FGC.h;h=c412c96617322209667f589e4c52943ab2702943;hb=329077220af83860d5dd6891649cb1058b5bbaa6;hp=5eadd2dadc2569023a71e25d47adaf447246e751;hpb=0b22a78248bd06da23c220c842d2a850475d39de;p=ghc-hetmet.git diff --git a/includes/rts/storage/GC.h b/includes/rts/storage/GC.h index 5eadd2d..c412c96 100644 --- a/includes/rts/storage/GC.h +++ b/includes/rts/storage/GC.h @@ -71,7 +71,6 @@ typedef struct generation_ { // (for allocation stats) unsigned int max_blocks; // max blocks - bdescr *mut_list; // mut objects in this gen (not G0) StgTSO * threads; // threads in this gen // linked via global_link @@ -102,8 +101,6 @@ typedef struct generation_ { unsigned int n_old_blocks; // number of blocks in from-space unsigned int live_estimate; // for sweeping: estimate of live data - bdescr * saved_mut_list; - bdescr * part_blocks; // partially-full scanned blocks unsigned int n_part_blocks; // count of above