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

ruby-changes:65669

From: S-H-GAMELINKS <ko1@a...>
Date: Sun, 28 Mar 2021 08:50:34 +0900 (JST)
Subject: [ruby-changes:65669] e398a0e53a (master): Remove unneeded rb_ident_hash_new function declaration

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

From e398a0e53a7207152fb2139f1e4485968a07f9de Mon Sep 17 00:00:00 2001
From: S-H-GAMELINKS <gamelinks007@g...>
Date: Sat, 27 Mar 2021 00:46:04 +0900
Subject: Remove unneeded rb_ident_hash_new function declaration

---
 error.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/error.c b/error.c
index 5dd6b2b..c01919f 100644
--- a/error.c
+++ b/error.c
@@ -64,7 +64,6 @@ https://github.com/ruby/ruby/blob/trunk/error.c#L64
 VALUE rb_iseqw_local_variables(VALUE iseqval);
 VALUE rb_iseqw_new(const rb_iseq_t *);
 int rb_str_end_with_asciichar(VALUE str, int c);
-VALUE rb_ident_hash_new(void);
 
 long rb_backtrace_length_limit = -1;
 VALUE rb_eEAGAIN;
-- 
cgit v1.1


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

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