aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index 8b28471e62..926f342e4c 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -16,14 +16,6 @@
#include "probes.h"
#include "probes_helper.h"
-/*
- * Enable check mode.
- * 1: enable local assertions.
- */
-#ifndef VM_CHECK_MODE
-#define VM_CHECK_MODE 0
-#endif
-
/* control stack frame */
#ifndef INLINE