summaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-08 11:17:45 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-08 11:17:45 +0000
commit610dc339b67d3d296eb3a9fd41a12c6e6ad1149f (patch)
tree59e304a0bb33f57c8fda81f9b884ae44bb6180bc /compile.c
parentfda1837e4923d1c8f9a5e3d69a70c3778a3cf9c6 (diff)
compile.c: disable debug prints on sparc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/compile.c b/compile.c
index 151a531a56..5415d684a6 100644
--- a/compile.c
+++ b/compile.c
@@ -8167,9 +8167,6 @@ rb_method_for_self_aset(VALUE name, VALUE arg, rb_insn_func_t func)
/* ISeq binary format */
-#ifdef __sparc
-#define IBF_ISEQ_DEBUG 1
-#endif
#ifndef IBF_ISEQ_DEBUG
#define IBF_ISEQ_DEBUG 0
#endif