summaryrefslogtreecommitdiff
path: root/rts/Stats.c
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2011-06-06 12:19:24 +0100
committerSimon Marlow <marlowsd@gmail.com>2011-06-06 12:19:24 +0100
commit8c08b6b5fadc8a245895a8aeaf3ee2f618a01cdd (patch)
tree43096e746e395b22fac091c6f96de2d566409fdc /rts/Stats.c
parentd19c829904aec3be6bc807640573fdf5dcf05928 (diff)
downloadhaskell-8c08b6b5fadc8a245895a8aeaf3ee2f618a01cdd.tar.gz
fix a cut/paste bug in debugging code
Diffstat (limited to 'rts/Stats.c')
-rw-r--r--rts/Stats.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rts/Stats.c b/rts/Stats.c
index 8366bf47b2..9fc702a2a3 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);
}