From cc281bd7ace7538527eea98a326d79c91ff48fad Mon Sep 17 00:00:00 2001 From: S-H-GAMELINKS Date: Thu, 18 Mar 2021 20:43:14 +0900 Subject: [PATCH] Remove duplicated float_arg defination --- complex.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/complex.c b/complex.c index d775e38259..fe8def28d1 100644 --- a/complex.c +++ b/complex.c @@ -2214,8 +2214,6 @@ numeric_rect(VALUE self) return rb_assoc_new(self, INT2FIX(0)); } -static VALUE float_arg(VALUE self); - /* * call-seq: * num.polar -> array