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:
parent
d5e93cb582
commit
2ba36c1e4a
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue