summaryrefslogtreecommitdiff
path: root/shape.h
diff options
context:
space:
mode:
authorJemma Issroff <jemmaissroff@gmail.com>2023-01-06 09:46:06 -0500
committerPeter Zhu <peter@peterzhu.ca>2023-01-06 11:46:50 -0500
commit66bc620963407dbfd6f4e532a61018905a490aeb (patch)
tree51df9018c7e4a7ddf3339de0c09c3366397d3007 /shape.h
parentd8ef0a98c670449b20436947f5ebbd327ed5ab0d (diff)
downloadruby-66bc620963407dbfd6f4e532a61018905a490aeb.tar.gz
Remove unused function `rb_shape_flags_mask`
Diffstat (limited to 'shape.h')
-rw-r--r--shape.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/shape.h b/shape.h
index 8df12d3fb1..60084a4aff 100644
--- a/shape.h
+++ b/shape.h
@@ -216,7 +216,6 @@ rb_shape_t *rb_shape_traverse_from_new_root(rb_shape_t *initial_shape, rb_shape_
bool rb_shape_set_shape_id(VALUE obj, shape_id_t shape_id);
VALUE rb_obj_debug_shape(VALUE self, VALUE obj);
-VALUE rb_shape_flags_mask(void);
void rb_shape_set_too_complex(VALUE obj);
// For ext/objspace