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:
parent
2aa32f236a
commit
79dfa22348
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue