summaryrefslogtreecommitdiff
path: root/rjit_c.h
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-25 00:59:32 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-25 00:59:47 -0700
commit85a55d3e75fd98e7a0462ad289630d64ff31da84 (patch)
treeb848bf24ad7cd30d4f374d34e656b3aaffd07ca4 /rjit_c.h
parent314c7dd6d1ef99c90b851fb5f5585ca449d3715a (diff)
downloadruby-85a55d3e75fd98e7a0462ad289630d64ff31da84.tar.gz
RJIT: Remove send_iseq_complex_splat exit
Diffstat (limited to 'rjit_c.h')
-rw-r--r--rjit_c.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/rjit_c.h b/rjit_c.h
index 619a6e05dc..eaa455d4da 100644
--- a/rjit_c.h
+++ b/rjit_c.h
@@ -59,7 +59,6 @@ RJIT_RUNTIME_COUNTERS(
send_iseq_kwparam,
send_iseq_complex_kwarg,
send_iseq_complex_kw_splat,
- send_iseq_complex_splat,
send_iseq_complex_accepts_no_kwarg,
send_iseq_complex_arg_setup_block,
send_iseq_complex_arity,