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

ruby-changes:68523

From: Nobuyoshi <ko1@a...>
Date: Mon, 18 Oct 2021 23:55:20 +0900 (JST)
Subject: [ruby-changes:68523] 59bec48e48 (master): Remove declarations unused since a95262356ef5

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

From 59bec48e48f7fc68a5bcff66642cceec0076e509 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Mon, 18 Oct 2021 17:56:10 +0900
Subject: Remove declarations unused since a95262356ef5

---
 complex.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/complex.c b/complex.c
index ea3c137461..3b4b05a2bb 100644
--- a/complex.c
+++ b/complex.c
@@ -342,7 +342,6 @@ always_finite_type_p(VALUE x) https://github.com/ruby/ruby/blob/trunk/complex.c#L342
     return (RB_INTEGER_TYPE_P(x) || RB_TYPE_P(x, T_RATIONAL));
 }
 
-VALUE rb_flo_is_finite_p(VALUE num);
 inline static int
 f_finite_p(VALUE x)
 {
@@ -355,7 +354,6 @@ f_finite_p(VALUE x) https://github.com/ruby/ruby/blob/trunk/complex.c#L354
     return RTEST(rb_funcallv(x, id_finite_p, 0, 0));
 }
 
-VALUE rb_flo_is_infinite_p(VALUE num);
 inline static int
 f_infinite_p(VALUE x)
 {
-- 
cgit v1.2.1


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

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