1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
k0kubun 2018-03-13 12:32:31 +00:00
parent d5e93cb582
commit 2ba36c1e4a

View file

@ -78,8 +78,6 @@ compile_case_dispatch_each(VALUE key, VALUE value, VALUE arg)
return ST_CONTINUE; return ST_CONTINUE;
} }
#define MJIT_COMMENT_ID 0
/* Calling rb_id2str in MJIT worker causes random SEGV. So this is disabled by default. */ /* Calling rb_id2str in MJIT worker causes random SEGV. So this is disabled by default. */
static void static void
comment_id(FILE *f, ID id) comment_id(FILE *f, ID id)