summaryrefslogtreecommitdiff
path: root/include/ruby/internal
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2025-12-08 13:47:51 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2025-12-26 17:02:42 +0900
commita447d39da267cff10a4e8d07e74d65b6c4e64207 (patch)
treeb3c403cd8767a717565a1c271941890b339802b6 /include/ruby/internal
parentcf60dc2642b6c84794e7b6a1a2a1eff4b2e0f1cf (diff)
Remove `rb_gc_force_recycle` deprecated as "removed soon"
Diffstat (limited to 'include/ruby/internal')
-rw-r--r--include/ruby/internal/gc.h3
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 */