Get rid of RGENGC_WB_PROTECTED_NODE_CREF

It's unused.
This commit is contained in:
Jean Boussier 2026-04-28 09:06:06 +09:00
parent c95a190d9c
commit 379b95a2df
Notes: git 2026-04-28 00:39:59 +00:00

View File

@ -435,21 +435,6 @@ RBIMPL_SYMBOL_EXPORT_END()
# define USE_RGENGC_LOGGING_WB_UNPROTECT 0
#endif
/**
* @private
*
* @deprecated This macro once was a thing in the old days, but makes no sense
* any longer today. Exists here for backwards compatibility
* only. You can safely forget about it.
*
* @internal
*
* @shyouhei doesn't think anybody uses this right now.
*/
#ifndef RGENGC_WB_PROTECTED_NODE_CREF
# define RGENGC_WB_PROTECTED_NODE_CREF 1
#endif
/**
* @defgroup rgengc Write barrier (WB) interfaces:
*