aboutsummaryrefslogtreecommitdiffstats
path: root/vm_dump.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-19 23:40:44 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-19 23:41:52 +0900
commite92f3e12169e94ba8b230322de938ce540899345 (patch)
tree812fafc24db6739aa19fe3baa71d7bf0529221e5 /vm_dump.c
parent73bd2b70e2570279e72404a1aa8bc451ad0f90b5 (diff)
downloadruby-e92f3e12169e94ba8b230322de938ce540899345.tar.gz
Removed useless VMDEBUG definition [ci skip]
VMDEBUG is always defined as defaulted to 0 in vm_core.h.
Diffstat (limited to 'vm_dump.c')
-rw-r--r--vm_dump.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/vm_dump.c b/vm_dump.c
index 19070d13ab..ad965ca9c9 100644
--- a/vm_dump.c
+++ b/vm_dump.c
@@ -36,12 +36,6 @@
#include "iseq.h"
#include "vm_core.h"
-
-/* see vm_core.h for the values */
-#ifndef VMDEBUG
-#define VMDEBUG 0
-#endif
-
#define MAX_POSBUF 128
#define VM_CFP_CNT(ec, cfp) \