From 79dfa2234821d4809f6e07d8ccaf30c55100b044 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Mon, 9 Jun 2014 19:22:04 +0100 Subject: [PATCH] Remove unused variable oldfree (obsoleted by accounting reform). Copied from Perforce Change: 186460 ServerID: perforce.ravenbrook.com --- mps/code/poolawl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/mps/code/poolawl.c b/mps/code/poolawl.c index eb2b561eb4b..9f751a92059 100644 --- a/mps/code/poolawl.c +++ b/mps/code/poolawl.c @@ -1101,7 +1101,6 @@ static void AWLReclaim(Pool pool, Trace trace, Seg seg) AWLSeg awlseg; Buffer buffer; Index i; - Count oldFree; Format format; Count reclaimedGrains = (Count)0; Count preservedInPlaceCount = (Count)0; @@ -1122,7 +1121,6 @@ static void AWLReclaim(Pool pool, Trace trace, Seg seg) buffer = SegBuffer(seg); i = 0; - oldFree = awlseg->freeGrains; while(i < awlseg->grains) { Addr p, q; Index j;