Skip to content

Commit c7558c3

Browse files
committed
WIP
1 parent 0e4a3f7 commit c7558c3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

gc.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1748,9 +1748,6 @@ rb_objspace_garbage_object_p(VALUE obj)
17481748
bool
17491749
rb_gc_pointer_to_heap_p(VALUE obj)
17501750
{
1751-
if (SPECIAL_CONST_P(obj)) {
1752-
return false;
1753-
}
17541751
return rb_gc_impl_pointer_to_heap_p(rb_gc_get_objspace(), (void *)obj);
17551752
}
17561753

0 commit comments

Comments
 (0)