mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Get rid of rb_shape_lookup
This commit is contained in:
parent
0292b702c4
commit
e070d93573
Notes:
git
2025-06-12 15:08:39 +00:00
10 changed files with 9 additions and 79 deletions
6
shape.c
6
shape.c
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue