From a747834a69ffebd8a7b86e16b62fe7a36b30cf21 Mon Sep 17 00:00:00 2001 From: kazu Date: Sat, 23 Dec 2017 01:53:48 +0000 Subject: iseq.c: Remove unused macro in r61395 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- iseq.c | 1 - 1 file changed, 1 deletion(-) (limited to 'iseq.c') diff --git a/iseq.c b/iseq.c index 643bd5d7a8..a8895a562f 100644 --- a/iseq.c +++ b/iseq.c @@ -1516,7 +1516,6 @@ rb_insn_operand_intern(const rb_iseq_t *iseq, if (ci->flag) { VALUE flags = rb_ary_new(); # define CALL_FLAG(n) if (ci->flag & VM_CALL_##n) rb_ary_push(flags, rb_str_new2(#n)) -# define CALL_OPT_FLAG(n) if (ci->flag & VM_CALL_OPT_##n) rb_ary_push(flags, rb_str_new2(#n)) CALL_FLAG(ARGS_SPLAT); CALL_FLAG(ARGS_BLOCKARG); CALL_FLAG(ARGS_BLOCKARG_BLOCKPARAM); -- cgit v1.2.3