mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-23 15:22:20 -07:00
Remove unneeded variable arena (obsoleted by removal of check on totalsize).
Copied from Perforce Change: 186453 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
d6b83892af
commit
2aa32f236a
1 changed files with 1 additions and 2 deletions
|
|
@ -487,7 +487,6 @@ typedef struct AMCStruct { /* <design/poolamc/#struct> */
|
|||
ATTRIBUTE_UNUSED
|
||||
static Bool amcGenCheck(amcGen gen)
|
||||
{
|
||||
Arena arena;
|
||||
AMC amc;
|
||||
|
||||
CHECKS(amcGen, gen);
|
||||
|
|
@ -496,7 +495,7 @@ static Bool amcGenCheck(amcGen gen)
|
|||
CHECKU(AMC, amc);
|
||||
CHECKD(Buffer, gen->forward);
|
||||
CHECKD_NOSIG(Ring, &gen->amcRing);
|
||||
arena = amc->poolStruct.arena;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue