diff options
Diffstat (limited to 'mps/code')
| -rw-r--r-- | mps/code/poolamc.c | 9 |
1 files changed, 0 insertions, 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) | |||
| 1282 | 1282 | ||
| 1283 | format = pool->format; | 1283 | format = pool->format; |
| 1284 | arena = pool->arena; | 1284 | arena = pool->arena; |
| 1285 | |||
| 1286 | /* what is a typical buffer state? */ | ||
| 1287 | if (SegBuffer(seg) != NULL) { | ||
| 1288 | static int lots = 5; | ||
| 1289 | if (lots > 0) { | ||
| 1290 | lots -= 1; | ||
| 1291 | SegDescribe(seg, mps_lib_get_stdout()); | ||
| 1292 | } | ||
| 1293 | } | ||
| 1294 | 1285 | ||
| 1295 | if (amcSegHasNailboard(seg)) { | 1286 | if (amcSegHasNailboard(seg)) { |
| 1296 | return amcScanNailed(totalReturn, ss, pool, seg, amc); | 1287 | return amcScanNailed(totalReturn, ss, pool, seg, amc); |