From 9e1b06e17d27fb4ddf51e9244f205417e9c4dd5c Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 23 Oct 2015 16:57:58 +0000 Subject: * vm_core.h, vm_insnhelper.h: move definition of VMDEBUG from vm_insnhelper.h to vm_core.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_insnhelper.h | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'vm_insnhelper.h') diff --git a/vm_insnhelper.h b/vm_insnhelper.h index cad07da182..b70f731be1 100644 --- a/vm_insnhelper.h +++ b/vm_insnhelper.h @@ -12,28 +12,6 @@ #ifndef RUBY_INSNHELPER_H #define RUBY_INSNHELPER_H -/** - * VM Debug Level - * - * debug level: - * 0: no debug output - * 1: show instruction name - * 2: show stack frame when control stack frame is changed - * 3: show stack status - * 4: show register - * 5: - * 10: gc check - */ - -#ifndef VMDEBUG -#define VMDEBUG 0 -#endif - -#if 0 -#undef VMDEBUG -#define VMDEBUG 3 -#endif - extern VALUE ruby_vm_const_missing_count; #if VM_COLLECT_USAGE_DETAILS -- cgit v1.2.1