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)