1
Fork 0
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:
Gareth Rees 2020-08-31 21:49:28 +01:00
parent 302c8d0b19
commit 93438da02d
18 changed files with 7 additions and 1076 deletions

View file

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