Skip to content

Commit bf36ad9

Browse files
committed
ZJIT: remove unused rb_RSTRUCT_LEN()
1 parent 916c0a8 commit bf36ad9

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

zjit/bindgen/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,6 @@ fn main() {
413413
.allowlist_function("rb_FL_TEST_RAW")
414414
.allowlist_function("rb_RB_TYPE_P")
415415
.allowlist_function("rb_BASIC_OP_UNREDEFINED_P")
416-
.allowlist_function("rb_RSTRUCT_LEN")
417416
.allowlist_function("rb_vm_ci_argc")
418417
.allowlist_function("rb_vm_ci_mid")
419418
.allowlist_function("rb_vm_ci_flag")

zjit/src/cruby.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ pub use rb_FL_TEST as FL_TEST;
198198
pub use rb_FL_TEST_RAW as FL_TEST_RAW;
199199
pub use rb_RB_TYPE_P as RB_TYPE_P;
200200
pub use rb_BASIC_OP_UNREDEFINED_P as BASIC_OP_UNREDEFINED_P;
201-
pub use rb_RSTRUCT_LEN as RSTRUCT_LEN;
202201
pub use rb_vm_ci_argc as vm_ci_argc;
203202
pub use rb_vm_ci_mid as vm_ci_mid;
204203
pub use rb_vm_ci_flag as vm_ci_flag;

zjit/src/cruby_bindings.inc.rs

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)