From 9178a9987709efd74829462380e623e86a8de502 Mon Sep 17 00:00:00 2001 From: Matt Valentine-House Date: Tue, 27 Jun 2023 09:21:03 +0100 Subject: Remove reference to USE_RINCGC This compile time flag was removed in https://github.com/ruby/ruby/pull/7313 This commit cleans up some related dead code. --- include/ruby/internal/gc.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'include/ruby') diff --git a/include/ruby/internal/gc.h b/include/ruby/internal/gc.h index 205830954e..2a5180671c 100644 --- a/include/ruby/internal/gc.h +++ b/include/ruby/internal/gc.h @@ -442,18 +442,6 @@ RBIMPL_SYMBOL_EXPORT_END() #undef USE_RGENGC #define USE_RGENGC 1 -/** - * @private - * - * This is a compile-time flag to enable/disable incremental GC feature. It - * has to be set at the time ruby itself compiles. Makes no sense for 3rd - * parties. It is safe for them to set this though; that just doesn't change - * anything. - */ -#ifndef USE_RINCGC -# define USE_RINCGC 1 -#endif - /** * @deprecated This macro seems broken. Setting this to anything other than * zero just doesn't compile. We need to KonMari. -- cgit v1.2.3