1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 16:51:46 -07:00

Remove unused variable oldfree (obsoleted by accounting reform).

Copied from Perforce
 Change: 186460
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2014-06-09 19:22:04 +01:00
parent 2aa32f236a
commit 79dfa22348

View file

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