[前][次][番号順一覧][スレッド一覧]

ruby-changes:65513

From: S.H <ko1@a...>
Date: Sat, 20 Mar 2021 18:08:07 +0900 (JST)
Subject: [ruby-changes:65513] bf3eaf39df (master): Remove unused rb_ast_parse_array declaration

https://git.ruby-lang.org/ruby.git/commit/?id=bf3eaf39df

From bf3eaf39df9e0edc02040409b07bdd40b04bf8fa Mon Sep 17 00:00:00 2001
From: "S.H" <gamelinks007@g...>
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(-)

diff --git a/ast.c b/ast.c
index 2af0b3e..7d65db5 100644
--- a/ast.c
+++ b/ast.c
@@ -66,7 +66,6 @@ ast_new_internal(rb_ast_t *ast, const NODE *node) https://github.com/ruby/ruby/blob/trunk/ast.c#L66
 
 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.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]