From 1c7dc02bda03b3aec59f47d601fcb5c1398e4bed Mon Sep 17 00:00:00 2001 From: Richard Kistruck Date: Thu, 22 Mar 2007 14:10:49 +0000 Subject: [PATCH] Mps br/unfixed-summary: (debug only): drop 5x bufferdescribes Copied from Perforce Change: 161980 ServerID: perforce.ravenbrook.com --- mps/code/poolamc.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/mps/code/poolamc.c b/mps/code/poolamc.c index 57e4472eec0..37bf35abee9 100644 --- a/mps/code/poolamc.c +++ b/mps/code/poolamc.c @@ -1282,15 +1282,6 @@ static Res AMCScan(Bool *totalReturn, ScanState ss, Pool pool, Seg seg) format = pool->format; arena = pool->arena; - - /* what is a typical buffer state? */ - if (SegBuffer(seg) != NULL) { - static int lots = 5; - if (lots > 0) { - lots -= 1; - SegDescribe(seg, mps_lib_get_stdout()); - } - } if (amcSegHasNailboard(seg)) { return amcScanNailed(totalReturn, ss, pool, seg, amc);