mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-17 03:10:58 -08:00
Mps: gcgenmsg: remove last parts of poolgenmessage:
design/message-gc: remove mps_message_type_gc_generation mpmst.h: drop MessageTypeGCGen To resurrect PoolGenMessage, see also change 160989 (backing-out @51937) Copied from Perforce Change: 161132 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
a403fb35de
commit
026eb20c99
2 changed files with 35 additions and 145 deletions
|
|
@ -201,19 +201,13 @@ typedef struct MessageClassStruct {
|
|||
/* methods specific to MessageTypeGC */
|
||||
MessageGCLiveSizeMethod gcLiveSize;
|
||||
|
||||
/* methods specific to MessageTypeGC and MessageTypeGCGen */
|
||||
/* methods specific to MessageTypeGC */
|
||||
MessageGCCondemnedSizeMethod gcCondemnedSize;
|
||||
MessageGCNotCondemnedSizeMethod gcNotCondemnedSize;
|
||||
|
||||
/* methods specific to MessageTypeGCStart */
|
||||
MessageGCStartWhyMethod gcStartWhy;
|
||||
|
||||
/* methods specific to MessageTypeGCGen */
|
||||
#if 0 /* @@@@ */
|
||||
MessageGCGenNameMethod gcGenName;
|
||||
MessageGCGenForwardMethod gcGenForward;
|
||||
#endif
|
||||
|
||||
Sig endSig; /* <design/message/#class.sig.double> */
|
||||
} MessageClassStruct;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue