summaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-27 02:05:39 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-27 10:55:18 +0900
commit74c345c7b8f1cef11a3da9b07390b92e790a72e4 (patch)
treea2d3abcc51b22e0cb05f7679a932c38ee6749d1f /compile.c
parent61984d4760889fd098dff006b2cf6506aa8fb341 (diff)
Removed no longer used flags
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3262
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c2
1 files changed, 0 insertions, 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)