summaryrefslogtreecommitdiff
path: root/vm_opts.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-24 17:07:53 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-24 17:07:53 +0000
commitcbac40b3e53efce7740899c77eb979008dc96ff5 (patch)
treeb6cd5207221410fae6b48c00721108425fe9627c /vm_opts.h
parent973e39a3097b58db489c3184b24f07e801f7c1a3 (diff)
Remove "trace_instruction" compile option.
* iseq.h (rb_compile_option_struct): trace instruction is removed so that remove the trace_instruction compile option. Don't show warning (just ignore) for Ruby 2.5. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_opts.h')
-rw-r--r--vm_opts.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm_opts.h b/vm_opts.h
index 3fedf1d6e2..0d87e65654 100644
--- a/vm_opts.h
+++ b/vm_opts.h
@@ -18,7 +18,6 @@
* Following definitions are default values.
*/
-#define OPT_TRACE_INSTRUCTION 1
#define OPT_TAILCALL_OPTIMIZATION 0
#define OPT_PEEPHOLE_OPTIMIZATION 1
#define OPT_SPECIALISED_INSTRUCTION 1