summaryrefslogtreecommitdiff
path: root/ast.c
diff options
context:
space:
mode:
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)