summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-22 09:03:43 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-22 09:03:43 +0000
commit1dec7384d1629eb1b45252294c7e1a7009f148bc (patch)
tree01dcdf787c2c711658de6cd779cd39247b022ff1 /vm_core.h
parent59c41661a7de1c4eab03023fa463792f7be0e944 (diff)
* Makefile.in (probes.o): add -C to ignore #include in probes.d.
* probes.d: include vm_opts.h instead of vm_core.h. * vm_opts.h (VM_COLLECT_USAGE_DETAILS): move definition from vm_core.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/vm_core.h b/vm_core.h
index 2e85eec524..fffaa5e986 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -14,10 +14,6 @@
#define RUBY_VM_THREAD_MODEL 2
-#ifndef VM_COLLECT_USAGE_DETAILS
-#define VM_COLLECT_USAGE_DETAILS 0
-#endif
-
#include "ruby/ruby.h"
#include "ruby/st.h"