From bf3eaf39df9e0edc02040409b07bdd40b04bf8fa Mon Sep 17 00:00:00 2001 From: "S.H" Date: Sat, 20 Mar 2021 18:07:54 +0900 Subject: Remove unused rb_ast_parse_array declaration --- ast.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ast.c') 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) -- cgit v1.2.1