summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2023-07-14 09:43:10 -0400
committerPeter Zhu <peter@peterzhu.ca>2023-07-14 13:53:34 -0400
commit4e0b287912054103c2c897d9f017fb9b57cecc13 (patch)
tree40ddf3b5041c6a6b85dfb5a8bdb1accf598ca50b /.github
parent914b657a2bf9f2c67453473447f81e878b366206 (diff)
Remove RGENGC_OLD_NEWOBJ_CHECK
The code doesn't compile, so probably nobody is using this.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/8072
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/compilers.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml
index 1aba46569f..b95a865e2c 100644
--- a/.github/workflows/compilers.yml
+++ b/.github/workflows/compilers.yml
@@ -197,7 +197,6 @@ jobs:
# - { name: RGENGC_ESTIMATE_OLDMALLOC, env: { cppflags: '-DRGENGC_ESTIMATE_OLDMALLOC' } }
# - { name: RGENGC_FORCE_MAJOR_GC, env: { cppflags: '-DRGENGC_FORCE_MAJOR_GC' } }
# - { name: RGENGC_OBJ_INFO, env: { cppflags: '-DRGENGC_OBJ_INFO' } }
-# - { name: RGENGC_OLD_NEWOBJ_CHECK, env: { cppflags: '-DRGENGC_OLD_NEWOBJ_CHECK' } }
# - { name: RGENGC_PROFILE, env: { cppflags: '-DRGENGC_PROFILE' } }
# - { name: VM_DEBUG_BP_CHECK, env: { cppflags: '-DVM_DEBUG_BP_CHECK' } }