diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-12-08 13:47:51 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-12-26 17:02:42 +0900 |
| commit | a447d39da267cff10a4e8d07e74d65b6c4e64207 (patch) | |
| tree | b3c403cd8767a717565a1c271941890b339802b6 /include/ruby/internal | |
| parent | cf60dc2642b6c84794e7b6a1a2a1eff4b2e0f1cf (diff) | |
Remove `rb_gc_force_recycle` deprecated as "removed soon"
Diffstat (limited to 'include/ruby/internal')
| -rw-r--r-- | include/ruby/internal/gc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/ruby/internal/gc.h b/include/ruby/internal/gc.h index 5ab3bb266e..21c2b670b3 100644 --- a/include/ruby/internal/gc.h +++ b/include/ruby/internal/gc.h @@ -823,7 +823,4 @@ rb_obj_write( return a; } -RBIMPL_ATTR_DEPRECATED(("Will be removed soon")) -static inline void rb_gc_force_recycle(VALUE obj){} - #endif /* RBIMPL_GC_H */ |
