From 6eb9dfcbdca1f5ee0d77a81a3ab5ed34a72cb579 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 16 Sep 2025 15:26:31 -0700 Subject: 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. --- zjit/src/stats.rs | 4 ---- 1 file changed, 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, -- cgit v1.2.3