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:
parent
2d6617d327
commit
bf3eaf39df
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 changed files with 0 additions and 1 deletions
1
ast.c
1
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue