diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-06-04 00:21:33 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-12-26 15:11:23 +0900 |
| commit | ccc8610b660ef225b304aae7b820bad036621a87 (patch) | |
| tree | 0543fcaca5e49e970fd2b456737e0699d1fde95a /ruby.c | |
| parent | 4c07e61bc937b39774862e33bbac8c9c234f3dbf (diff) | |
Remove `RUBY_GC_HEAP_INIT_SLOTS` environment variable
Diffstat (limited to 'ruby.c')
| -rw-r--r-- | ruby.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -1811,13 +1811,6 @@ ruby_opt_init(ruby_cmdline_options_t *opt) } } - /* [Feature #19785] Warning for removed GC environment variable. - * Remove this in Ruby 3.4. */ - if (getenv("RUBY_GC_HEAP_INIT_SLOTS")) { - rb_warn_deprecated("The environment variable RUBY_GC_HEAP_INIT_SLOTS", - "environment variables RUBY_GC_HEAP_%d_INIT_SLOTS"); - } - Init_ext(); /* load statically linked extensions before rubygems */ Init_extra_exts(); |
