Remove rb_gc_force_recycle deprecated as "removed soon"

This commit is contained in:
Nobuyoshi Nakada 2025-12-08 13:47:51 +09:00
parent cf60dc2642
commit a447d39da2
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465
Notes: git 2025-12-26 10:05:05 +00:00

View File

@ -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 */