diff options
author | Jean Boussier <[email protected]> | 2025-05-08 21:08:40 +0200 |
---|---|---|
committer | Jean Boussier <[email protected]> | 2025-05-09 10:22:51 +0200 |
commit | a970d35de2fcef0d898520b45d3606e3bdd1d1e7 (patch) | |
tree | 28be5d710873e4dafb8526099bf26abf977d56a3 /shape.h | |
parent | 5782561fc105164baf95037dc5bab44c48ef1e76 (diff) |
Get rid of `rb_shape_get_parent`.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/13283
Diffstat (limited to 'shape.h')
-rw-r--r-- | shape.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -151,8 +151,6 @@ RCLASS_SET_SHAPE_ID(VALUE obj, shape_id_t shape_id) int32_t rb_shape_id_offset(void); -rb_shape_t *rb_shape_get_parent(rb_shape_t *shape); - RUBY_FUNC_EXPORTED rb_shape_t *RSHAPE(shape_id_t shape_id); RUBY_FUNC_EXPORTED shape_id_t RB_OBJ_SHAPE_ID(VALUE obj); shape_id_t rb_shape_get_next_iv_shape(shape_id_t shape_id, ID id); |