summaryrefslogtreecommitdiff
path: root/ast.c
diff options
context:
space:
mode:
authorS.H <gamelinks007@gmail.com>2021-03-20 18:07:54 +0900
committerGitHub <noreply@github.com>2021-03-20 18:07:54 +0900
commitbf3eaf39df9e0edc02040409b07bdd40b04bf8fa (patch)
tree4a19610981a66bfb33776d6c6f893b0c06bdf86e /ast.c
parent2d6617d32787a7815a699e5d991fc6a445c0c4d4 (diff)
Remove unused rb_ast_parse_array declaration
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4270 Merged-By: nobu <nobu@ruby-lang.org>
Diffstat (limited to 'ast.c')
-rw-r--r--ast.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ast.c b/ast.c
index 2af0b3e530..7d65db564e 100644
--- a/ast.c
+++ b/ast.c
@@ -66,7 +66,6 @@ ast_new_internal(rb_ast_t *ast, const NODE *node)
static VALUE rb_ast_parse_str(VALUE str);
static VALUE rb_ast_parse_file(VALUE path);
-static VALUE rb_ast_parse_array(VALUE array);
static VALUE
ast_parse_new(void)