ruby-changes:65504
From: S-H-GAMELINKS <ko1@a...>
Date: Fri, 19 Mar 2021 07:07:46 +0900 (JST)
Subject: [ruby-changes:65504] cc281bd7ac (master): Remove duplicated float_arg defination
https://git.ruby-lang.org/ruby.git/commit/?id=cc281bd7ac From cc281bd7ace7538527eea98a326d79c91ff48fad Mon Sep 17 00:00:00 2001 From: S-H-GAMELINKS <gamelinks007@g...> Date: Thu, 18 Mar 2021 20:43:14 +0900 Subject: Remove duplicated float_arg defination --- complex.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/complex.c b/complex.c index d775e38..fe8def2 100644 --- a/complex.c +++ b/complex.c @@ -2214,8 +2214,6 @@ numeric_rect(VALUE self) https://github.com/ruby/ruby/blob/trunk/complex.c#L2214 return rb_assoc_new(self, INT2FIX(0)); } -static VALUE float_arg(VALUE self); - /* * call-seq: * num.polar -> array -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/