Remove dead function rb_obj_rgengc_promoted_p

This commit is contained in:
Peter Zhu 2024-03-01 14:35:49 -05:00
parent 2ab75bc444
commit e12bc5c572

6
gc.c
View File

@ -8697,12 +8697,6 @@ rb_copy_wb_protected_attribute(VALUE dest, VALUE obj)
}
}
VALUE
rb_obj_rgengc_promoted_p(VALUE obj)
{
return RBOOL(OBJ_PROMOTED(obj));
}
size_t
rb_obj_gc_flags(VALUE obj, ID* flags, size_t max)
{