diff options
author | Nobuyoshi Nakada <[email protected]> | 2025-01-11 01:22:26 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2025-01-11 01:22:26 +0900 |
commit | 4a2702dafb0852d7a7575fd4c7717402f02ccc25 () | |
tree | f70fc6cd5ae088110ab379819ac7424f0cd0cd85 /main.c | |
parent | eb8f29c46c3e9c9041dc0bfe133c06329f28a2e7 (diff) |
Remove stale declaration for modular GC
Notes: Merged: https://.com/ruby/ruby/pull/12546
-rw-r--r-- | main.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -24,9 +24,6 @@ #ifdef HAVE_LOCALE_H #include <locale.h> #endif -#if USE_MODULAR_GC -#include "internal/gc.h" -#endif #if defined RUBY_DEVEL && !defined RUBY_DEBUG_ENV # define RUBY_DEBUG_ENV 1 |