diff options
author | Jemma Issroff <[email protected]> | 2022-12-02 13:41:06 -0500 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2022-12-02 12:53:51 -0800 |
commit | 41bacd9b0d0a2cec497b0b81c0d5916c5e98e96f (patch) | |
tree | dce3154b413533601518145d80670e718abc242c /shape.h | |
parent | ebd4c7bb01860735779e90fbaa53f7e4ab78ff6e (diff) |
Remove unused rb_shape_flag_shift and rb_shape_flag_mask
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/6767
Diffstat (limited to 'shape.h')
-rw-r--r-- | shape.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -125,8 +125,6 @@ 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); -uint64_t rb_shape_flag_mask(void); -uint8_t rb_shape_flag_shift(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); |