From 66bc620963407dbfd6f4e532a61018905a490aeb Mon Sep 17 00:00:00 2001 From: Jemma Issroff Date: Fri, 6 Jan 2023 09:46:06 -0500 Subject: Remove unused function `rb_shape_flags_mask` --- shape.h | 1 - 1 file changed, 1 deletion(-) (limited to 'shape.h') 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 -- cgit v1.2.1