summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2026-01-11 10:29:32 +0100
committerBenoit Daloze <eregontp@gmail.com>2026-01-12 08:44:26 +0100
commit916c0a810552b4c2c9a7fce2a50dc8c6efd5bb2f (patch)
tree9cb0ece0f097a6e494334b4989b1cb4af5e00e7d
parentd57c3296a9f49dfa2c853194e4267edd794d405b (diff)
ZJIT: remove unused rb_RSTRUCT_SET()
-rw-r--r--zjit/bindgen/src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/zjit/bindgen/src/main.rs b/zjit/bindgen/src/main.rs
index 798a460c19..4af4886384 100644
--- a/zjit/bindgen/src/main.rs
+++ b/zjit/bindgen/src/main.rs
@@ -414,7 +414,6 @@ fn main() {
.allowlist_function("rb_RB_TYPE_P")
.allowlist_function("rb_BASIC_OP_UNREDEFINED_P")
.allowlist_function("rb_RSTRUCT_LEN")
- .allowlist_function("rb_RSTRUCT_SET")
.allowlist_function("rb_vm_ci_argc")
.allowlist_function("rb_vm_ci_mid")
.allowlist_function("rb_vm_ci_flag")