From e5de0fe108f665c8df3d23494e2fff786f6d54a4 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 4 Apr 2023 11:08:59 -0700 Subject: Remove an unused counter I ended up not using it. --- yjit/src/stats.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'yjit/src') diff --git a/yjit/src/stats.rs b/yjit/src/stats.rs index 55bb82b5f5..6ca19c93f3 100644 --- a/yjit/src/stats.rs +++ b/yjit/src/stats.rs @@ -356,7 +356,6 @@ make_counters! { temp_reg_opnd, temp_mem_opnd, temp_spill, - temp_reload, } //=========================================================================== -- cgit v1.2.1