summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2025-09-16 15:26:31 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2025-09-16 17:41:00 -0700
commit6eb9dfcbdca1f5ee0d77a81a3ab5ed34a72cb579 (patch)
tree339b2645afb513376f7f11225bb29457b85662ae
parentf23cac262228d773b6866dcc99da4fa31a2aaf31 (diff)
ZJIT: Remove unused counters
Follow-up on https://github.com/ruby/ruby/pull/14565 I meant to push this this as well but it was left un-committed locally.
-rw-r--r--zjit/src/stats.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/zjit/src/stats.rs b/zjit/src/stats.rs
index 0eb2b8687b..18e12d3af5 100644
--- a/zjit/src/stats.rs
+++ b/zjit/src/stats.rs
@@ -115,10 +115,6 @@ make_counters! {
exit_block_param_proxy_not_iseq_or_ifunc,
}
- // unhanded_call_: Unhandled call types
- unhandled_call_block_arg,
- unhandled_call_tailcall,
-
// compile_error_: Compile error reasons
compile_error_iseq_stack_too_large,
compile_error_exception_handler,