From 41bacd9b0d0a2cec497b0b81c0d5916c5e98e96f Mon Sep 17 00:00:00 2001 From: Jemma Issroff Date: Fri, 2 Dec 2022 13:41:06 -0500 Subject: Remove unused rb_shape_flag_shift and rb_shape_flag_mask --- yjit/bindgen/src/main.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'yjit/bindgen') diff --git a/yjit/bindgen/src/main.rs b/yjit/bindgen/src/main.rs index 5244c84da2..e0d9de000a 100644 --- a/yjit/bindgen/src/main.rs +++ b/yjit/bindgen/src/main.rs @@ -90,8 +90,6 @@ fn main() { .allowlist_function("rb_shape_get_iv_index") .allowlist_function("rb_shape_get_next") .allowlist_function("rb_shape_id") - .allowlist_function("rb_shape_flag_mask") - .allowlist_function("rb_shape_flag_shift") .allowlist_function("rb_shape_transition_shape_capa") // From ruby/internal/intern/object.h -- cgit v1.2.1