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

Remove unused rb_ast_parse_array declaration

This commit is contained in:
S.H 2021-03-20 18:07:54 +09:00 committed by GitHub
parent 2d6617d327
commit bf3eaf39df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: git 2021-03-20 18:08:13 +09:00
Merged: https://github.com/ruby/ruby/pull/4270

Merged-By: nobu <nobu@ruby-lang.org>

1
ast.c
View file

@ -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_str(VALUE str);
static VALUE rb_ast_parse_file(VALUE path); static VALUE rb_ast_parse_file(VALUE path);
static VALUE rb_ast_parse_array(VALUE array);
static VALUE static VALUE
ast_parse_new(void) ast_parse_new(void)