Skip to content

Commit

Permalink
Remove reference to USE_RINCGC
Browse files Browse the repository at this point in the history
This compile time flag was removed in #7313

This commit cleans up some related dead code.
  • Loading branch information
eightbitraptor committed Jul 4, 2023
1 parent 8ddfc17 commit 9178a99
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions include/ruby/internal/gc.h
Expand Up @@ -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.
Expand Down

0 comments on commit 9178a99

Please sign in to comment.