summaryrefslogtreecommitdiff
path: root/yjit_codegen.c
diff options
context:
space:
mode:
authorJohn Hawthorn <[email protected]>2021-09-14 12:31:08 -0700
committerAlan Wu <[email protected]>2021-10-20 18:19:41 -0400
commit5e37f280d1628152b7bb3e72b009504a20226031 (patch)
treefa4f9839e4e9aff768d51ed9260a782b506c75ea /yjit_codegen.c
parentba9d01b3cf043d52a80af6fc9c377d6b63062442 (diff)
Remove vm_opt_aset
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)
{