Remove dead function rb_obj_rgengc_writebarrier_protected_p
This commit is contained in:
parent
99384bac28
commit
5a3ae06a09
8
gc.c
8
gc.c
@ -8707,14 +8707,6 @@ rb_copy_wb_protected_attribute(VALUE dest, VALUE obj)
|
|||||||
check_rvalue_consistency(dest);
|
check_rvalue_consistency(dest);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* RGENGC analysis information */
|
|
||||||
|
|
||||||
VALUE
|
|
||||||
rb_obj_rgengc_writebarrier_protected_p(VALUE obj)
|
|
||||||
{
|
|
||||||
return RBOOL(!RVALUE_WB_UNPROTECTED(obj));
|
|
||||||
}
|
|
||||||
|
|
||||||
VALUE
|
VALUE
|
||||||
rb_obj_rgengc_promoted_p(VALUE obj)
|
rb_obj_rgengc_promoted_p(VALUE obj)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user