summaryrefslogtreecommitdiff
path: root/vm_exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_exec.h')
-rw-r--r--vm_exec.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/vm_exec.h b/vm_exec.h
index 2c1e2d5527..863f7c055c 100644
--- a/vm_exec.h
+++ b/vm_exec.h
@@ -18,16 +18,6 @@ typedef unsigned long dindex_t;
typedef rb_num_t GENTRY;
typedef rb_iseq_t *ISEQ;
-#ifdef COLLECT_USAGE_ANALYSIS
-#define USAGE_ANALYSIS_INSN(insn) vm_analysis_insn(insn)
-#define USAGE_ANALYSIS_OPERAND(insn, n, op) vm_analysis_operand((insn), (n), (VALUE)(op))
-#define USAGE_ANALYSIS_REGISTER(reg, s) vm_analysis_register((reg), (s))
-#else
-#define USAGE_ANALYSIS_INSN(insn) /* none */
-#define USAGE_ANALYSIS_OPERAND(insn, n, op) /* none */
-#define USAGE_ANALYSIS_REGISTER(reg, s) /* none */
-#endif
-
#ifdef __GCC__
/* TODO: machine dependent prefetch instruction */
#define PREFETCH(pc)