summaryrefslogtreecommitdiff
path: root/yjit_iface.h
diff options
context:
space:
mode:
authorNoah Gibbs <noah.gibbs@shopify.com>2021-06-28 17:35:20 +0100
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:36 -0400
commitb385f311882be75e81ec9ce7ab74d2368fec1560 (patch)
tree1b29503ef926a3b43d35c4c1320be0a996631648 /yjit_iface.h
parent25792c17d44f4097ad5aedee87b4369cfdbef9f7 (diff)
Remove seven YJIT counters that are no longer used.
Diffstat (limited to 'yjit_iface.h')
-rw-r--r--yjit_iface.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/yjit_iface.h b/yjit_iface.h
index cfb2764454..cdeef11765 100644
--- a/yjit_iface.h
+++ b/yjit_iface.h
@@ -27,17 +27,13 @@ YJIT_DECLARE_COUNTERS(
send_callsite_not_simple,
send_kw_splat,
- send_ic_empty,
- send_invalid_cme,
send_ivar_set_method,
send_zsuper_method,
- send_alias_method,
send_undef_method,
send_optimized_method,
send_missing_method,
send_bmethod,
send_refined_method,
- send_unknown_method_type,
send_cfunc_ruby_array_varg,
send_cfunc_argc_mismatch,
send_cfunc_toomany_args,
@@ -47,9 +43,7 @@ YJIT_DECLARE_COUNTERS(
send_iseq_complex_callee,
send_not_implemented_method,
send_getter_arity,
- send_se_receiver_not_heap,
send_se_cf_overflow,
- send_se_cc_klass_differ,
send_se_protected_check_failed,
leave_se_finish_frame,
@@ -60,7 +54,6 @@ YJIT_DECLARE_COUNTERS(
getivar_idx_out_of_range,
getivar_undef,
getivar_name_not_mapped,
- getivar_not_object,
setivar_se_self_not_heap,
setivar_idx_out_of_range,