Get rid of rb_shape_lookup

This commit is contained in:
Jean Boussier 2025-06-12 14:03:57 +02:00
parent 0292b702c4
commit e070d93573
Notes: git 2025-06-12 15:08:39 +00:00
10 changed files with 9 additions and 79 deletions

View file

@ -380,12 +380,6 @@ rb_shape_each_shape_id(each_shape_callback callback, void *data)
}
}
RUBY_FUNC_EXPORTED rb_shape_t *
rb_shape_lookup(shape_id_t shape_id)
{
return RSHAPE(shape_id);
}
RUBY_FUNC_EXPORTED shape_id_t
rb_obj_shape_id(VALUE obj)
{