summaryrefslogtreecommitdiff
path: root/yjit_codegen.c
diff options
context:
space:
mode:
Diffstat (limited to 'yjit_codegen.c')
-rw-r--r--yjit_codegen.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/yjit_codegen.c b/yjit_codegen.c
index 2c71fd8043..a3000c30df 100644
--- a/yjit_codegen.c
+++ b/yjit_codegen.c
@@ -2176,8 +2176,6 @@ gen_opt_aref(jitstate_t *jit, ctx_t *ctx)
}
}
-VALUE rb_vm_opt_aset(VALUE recv, VALUE obj, VALUE set);
-
static codegen_status_t
gen_opt_aset(jitstate_t *jit, ctx_t *ctx)
{