summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Boussier <jean.boussier@gmail.com>2025-05-08 18:27:45 +0200
committerJean Boussier <jean.boussier@gmail.com>2025-05-09 10:22:51 +0200
commit62eb2007f6f219cc85bd5421c17643f673033bc8 (patch)
tree1c83d23eea04c47e9ee96de6a04fa9842bd03935
parente4f97ce38725a22fb75c60d8114ce47af9c423a8 (diff)
Remove unused rb_obj_debug_shape
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/13283
-rw-r--r--shape.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/shape.h b/shape.h
index 9d250b7cfa..e8733f499e 100644
--- a/shape.h
+++ b/shape.h
@@ -242,8 +242,6 @@ rb_shape_obj_has_id(VALUE obj)
return rb_shape_has_object_id(rb_shape_get_shape(obj));
}
-VALUE rb_obj_debug_shape(VALUE self, VALUE obj);
-
// For ext/objspace
RUBY_SYMBOL_EXPORT_BEGIN
typedef void each_shape_callback(rb_shape_t *shape, void *data);