summaryrefslogtreecommitdiff
path: root/shape.h
diff options
context:
space:
mode:
authorPeter Zhu <[email protected]>2024-02-22 16:02:10 -0500
committerPeter Zhu <[email protected]>2024-02-23 10:24:21 -0500
commitdf5b8ea4dbcc9a84969c4b941ffd0a5f468fd0fa ()
tree916957fa57658e91b51fc8aa9eda938e64843395 /shape.h
parent386a00663092fc5eff0770dcb4b4ce5d6797dd74 (diff)
Remove unneeded RUBY_FUNC_EXPORTED
-rw-r--r--shape.h6
1 files changed, 3 insertions, 3 deletions
@@ -150,12 +150,12 @@ int32_t rb_shape_id_offset(void);
rb_shape_t * rb_shape_get_parent(rb_shape_t * shape);
-rb_shape_t* rb_shape_get_shape_by_id(shape_id_t shape_id);
-shape_id_t rb_shape_get_shape_id(VALUE obj);
rb_shape_t * rb_shape_get_next_iv_shape(rb_shape_t * shape, ID id);
bool rb_shape_get_iv_index(rb_shape_t * shape, ID id, attr_index_t * value);
bool rb_shape_get_iv_index_with_hint(shape_id_t shape_id, ID id, attr_index_t * value, shape_id_t *shape_id_hint);
-bool rb_shape_obj_too_complex(VALUE obj);
void rb_shape_set_shape(VALUE obj, rb_shape_t* shape);
rb_shape_t* rb_shape_get_shape(VALUE obj);