mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Remove mps_arena_expose, deprecated since release 1.111.0
Also remove mps_arena_unsafe_expose_remember_protection and mps_arena_unsafe_expose_restore_protection.
This commit is contained in:
parent
302c8d0b19
commit
93438da02d
18 changed files with 7 additions and 1076 deletions
|
|
@ -534,12 +534,6 @@ typedef struct GlobalsStruct {
|
|||
RingStruct rootRing; /* ring of roots attached to arena */
|
||||
Serial rootSerial; /* serial of next root */
|
||||
|
||||
/* remember summary <code/trace.c> */
|
||||
RingStruct rememberedSummaryRing;
|
||||
/* index into next free slot in block. 0 means that a new
|
||||
block should be allocated and appended. */
|
||||
Index rememberedSummaryIndex;
|
||||
|
||||
/* locus <code/locus.c> */
|
||||
Chain defaultChain; /* default chain for GC pool */
|
||||
} GlobalsStruct;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue