From 74c345c7b8f1cef11a3da9b07390b92e790a72e4 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sat, 27 Jun 2020 02:05:39 +0900 Subject: [PATCH] Removed no longer used flags --- compile.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/compile.c b/compile.c index 3432bed242..5acf6c0cfb 100644 --- a/compile.c +++ b/compile.c @@ -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)