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

Removed no longer used flags

This commit is contained in:
Nobuyoshi Nakada 2020-06-27 02:05:39 +09:00
parent 61984d4760
commit 74c345c7b8
Notes: git 2020-06-27 10:55:52 +09:00

View file

@ -3963,9 +3963,7 @@ compile_branch_condition(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NODE *co
return COMPILE_OK;
}
#define HASH_NO_BRACE 0
#define HASH_BRACE 1
#define METHOD_CALL_KEYWORDS 2
static int
keyword_node_p(const NODE *const node)