summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-13 12:32:31 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-13 12:32:31 +0000
commit2ba36c1e4a420c3b38ede4e22b5eeb1ceab82f8e (patch)
treef5af088669591d90a3f2ca27818ea7b1db55d05f
parentd5e93cb5822700e77def28b3b0aa7da425ce5ac8 (diff)
mjit_compile.c: remove unintended definition
Actually r62741 defined the macro... It wasn't intentional. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62742 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--mjit_compile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mjit_compile.c b/mjit_compile.c
index 6a48d06703..268c230907 100644
--- a/mjit_compile.c
+++ b/mjit_compile.c
@@ -78,8 +78,6 @@ compile_case_dispatch_each(VALUE key, VALUE value, VALUE arg)
return ST_CONTINUE;
}
-#define MJIT_COMMENT_ID 0
-
/* Calling rb_id2str in MJIT worker causes random SEGV. So this is disabled by default. */
static void
comment_id(FILE *f, ID id)