Skip to content

Commit b2406b6

Browse files
committed
Remove rb_gc_force_recycle deprecated as "removed soon"
1 parent 3d44cbb commit b2406b6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • include/ruby/internal

include/ruby/internal/gc.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,4 @@ rb_obj_write(
823823
return a;
824824
}
825825

826-
RBIMPL_ATTR_DEPRECATED(("Will be removed soon"))
827-
static inline void rb_gc_force_recycle(VALUE obj){}
828-
829826
#endif /* RBIMPL_GC_H */

0 commit comments

Comments
 (0)