summaryrefslogtreecommitdiff
path: root/yjit
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-04-04 11:08:59 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-04-04 11:09:09 -0700
commite5de0fe108f665c8df3d23494e2fff786f6d54a4 (patch)
tree71d3a091d118fb6f2b278f393e215aa699c176df /yjit
parent116c0f92ef0af466a2adc1052ebccaea4d5345f0 (diff)
downloadruby-e5de0fe108f665c8df3d23494e2fff786f6d54a4.tar.gz
Remove an unused counter
I ended up not using it.
Diffstat (limited to 'yjit')
-rw-r--r--yjit/src/stats.rs1
1 files changed, 0 insertions, 1 deletions
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,
}
//===========================================================================