From 2ba36c1e4a420c3b38ede4e22b5eeb1ceab82f8e Mon Sep 17 00:00:00 2001 From: k0kubun Date: Tue, 13 Mar 2018 12:32:31 +0000 Subject: 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 --- mjit_compile.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'mjit_compile.c') 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) -- cgit v1.2.3