summaryrefslogtreecommitdiff
path: root/shape.h
diff options
context:
space:
mode:
authorJean Boussier <[email protected]>2025-05-08 21:08:40 +0200
committerJean Boussier <[email protected]>2025-05-09 10:22:51 +0200
commita970d35de2fcef0d898520b45d3606e3bdd1d1e7 (patch)
tree28be5d710873e4dafb8526099bf26abf977d56a3 /shape.h
parent5782561fc105164baf95037dc5bab44c48ef1e76 (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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/shape.h b/shape.h
index f65f151b4a..32a19ab4f9 100644
--- a/shape.h
+++ b/shape.h
@@ -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);