aboutsummaryrefslogtreecommitdiffstats
path: root/mjit.h
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-12-06 23:01:30 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2022-12-06 23:05:00 -0800
commit57cb4a817916637eaeb4732f56c5aa5b748a4349 (patch)
tree1f1747b3a25c3e50c779ac5f34e3422a9748270c /mjit.h
parent12916e283fdeb87b84f09379c056614c6196615a (diff)
downloadruby-57cb4a817916637eaeb4732f56c5aa5b748a4349.tar.gz
MJIT: Remove obsoleted MJIT counters
Diffstat (limited to 'mjit.h')
-rw-r--r--mjit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mjit.h b/mjit.h
index 568f65d1e7..d5c5858d6f 100644
--- a/mjit.h
+++ b/mjit.h
@@ -14,7 +14,6 @@
# if USE_MJIT
-#include "debug_counter.h"
#include "ruby.h"
#include "vm_core.h"