From 610dc339b67d3d296eb3a9fd41a12c6e6ad1149f Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 8 Apr 2018 11:17:45 +0000 Subject: compile.c: disable debug prints on sparc git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- compile.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'compile.c') 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 -- cgit v1.2.3