From 8c08b6b5fadc8a245895a8aeaf3ee2f618a01cdd Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 6 Jun 2011 12:19:24 +0100 Subject: [PATCH] fix a cut/paste bug in debugging code --- rts/Stats.c | 1 - 1 file changed, 1 deletion(-) 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); } -- 1.7.10.4