1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 19:10:37 -08:00

Mps br/unfixed-summary: (debug only): drop 5x bufferdescribes

Copied from Perforce
 Change: 161980
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Kistruck 2007-03-22 14:10:49 +00:00
parent 84f8809886
commit 1c7dc02bda

View file

@ -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);