From c4cc3be195825e47a66c7b919454c520e49ea307 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Mon, 30 Jan 2023 13:47:56 -0500 Subject: Remove dead code in shapes.c and shapes.h --- shape.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'shape.h') diff --git a/shape.h b/shape.h index 60084a4aff..74baab4f86 100644 --- a/shape.h +++ b/shape.h @@ -126,12 +126,9 @@ static inline shape_id_t RCLASS_SHAPE_ID(VALUE obj) #endif -bool rb_shape_root_shape_p(rb_shape_t* shape); rb_shape_t * rb_shape_get_root_shape(void); -uint8_t rb_shape_id_num_bits(void); int32_t rb_shape_id_offset(void); -rb_shape_t* rb_shape_get_shape_by_id_without_assertion(shape_id_t shape_id); rb_shape_t * rb_shape_get_parent(rb_shape_t * shape); MJIT_SYMBOL_EXPORT_BEGIN -- cgit v1.2.1