aboutsummaryrefslogtreecommitdiffstats
path: root/probes_helper.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-20 03:15:33 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-20 03:15:33 +0000
commita7a5c21adf6230d2b5847a9dfaf02e0396599586 (patch)
tree49ca4d9a8d29003bbe34f89da56778043a1e6a53 /probes_helper.h
parent289270c980b364a8378e3476e10b00854d6dcc70 (diff)
downloadruby-a7a5c21adf6230d2b5847a9dfaf02e0396599586.tar.gz
vm.c: disable dtrace in jit source
* vm.c: include dummy dtrace probes header in jit header. * vm_insnhelper.c: probes headers are included by vm.c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'probes_helper.h')
-rw-r--r--probes_helper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/probes_helper.h b/probes_helper.h
index 1393436b29..115c78d467 100644
--- a/probes_helper.h
+++ b/probes_helper.h
@@ -2,7 +2,6 @@
#define RUBY_PROBES_HELPER_H
#include "ruby/ruby.h"
-#include "probes.h"
struct ruby_dtrace_method_hook_args {
const char *classname;