From df7d25bb3e8105783f3a243f12213d5c52c42377 Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Thu, 8 May 2025 18:29:26 +0200 Subject: [PATCH] Stop exposing rb_shape_get_root_shape --- shape.h | 1 - 1 file changed, 1 deletion(-) diff --git a/shape.h b/shape.h index e8733f499e..d4bf26d9a5 100644 --- a/shape.h +++ b/shape.h @@ -150,7 +150,6 @@ RCLASS_SET_SHAPE_ID(VALUE obj, shape_id_t shape_id) set_shape_id_in_flags(obj, shape_id); } -rb_shape_t *rb_shape_get_root_shape(void); int32_t rb_shape_id_offset(void); rb_shape_t *rb_shape_get_parent(rb_shape_t *shape);