Skip to content

Commit

Permalink
Remove dead function rb_obj_rgengc_promoted_p
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 committed Mar 11, 2024
1 parent 2ab75bc commit e12bc5c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions gc.c
Expand Up @@ -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)
{
Expand Down

0 comments on commit e12bc5c

Please sign in to comment.