X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FStats.c;h=9fc702a2a3a789934d60d760a3a6d21e29499926;hp=8366bf47b225fbce94bcdeca088fd96a2c5f9c62;hb=HEAD;hpb=af9e96991659185821632ff96383480c9dc9cbda diff --git a/rts/Stats.c b/rts/Stats.c index 8366bf4..9fc702a 100644 --- a/rts/Stats.c +++ b/rts/Stats.c @@ -813,7 +813,6 @@ statDescribeGens(void) } gen_live += gcThreadLiveWords(i,g); - gen_live += gcThreadLiveWords(i,g); gen_blocks += gcThreadLiveBlocks(i,g); }