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 /yjit/src | |
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 'yjit/src')
-rw-r--r-- | yjit/src/cruby_bindings.inc.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/yjit/src/cruby_bindings.inc.rs b/yjit/src/cruby_bindings.inc.rs index 9d9074e123..28a1952878 100644 --- a/yjit/src/cruby_bindings.inc.rs +++ b/yjit/src/cruby_bindings.inc.rs @@ -450,12 +450,6 @@ extern "C" { pub fn rb_shape_id_offset() -> i32; } extern "C" { - pub fn rb_shape_flag_mask() -> u64; -} -extern "C" { - pub fn rb_shape_flag_shift() -> u8; -} -extern "C" { pub fn rb_shape_get_shape_by_id(shape_id: shape_id_t) -> *mut rb_shape_t; } extern "C" { |