diff options
| author | Jean Boussier <jean.boussier@gmail.com> | 2025-05-08 18:27:45 +0200 |
|---|---|---|
| committer | Jean Boussier <jean.boussier@gmail.com> | 2025-05-09 10:22:51 +0200 |
| commit | 62eb2007f6f219cc85bd5421c17643f673033bc8 (patch) | |
| tree | 1c83d23eea04c47e9ee96de6a04fa9842bd03935 | |
| parent | e4f97ce38725a22fb75c60d8114ce47af9c423a8 (diff) | |
Remove unused rb_obj_debug_shape
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/13283
| -rw-r--r-- | shape.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); |
