summaryrefslogtreecommitdiff
path: root/complex.c
diff options
context:
space:
mode:
authorS-H-GAMELINKS <gamelinks007@gmail.com>2021-03-18 20:43:14 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-03-19 07:07:23 +0900
commitcc281bd7ace7538527eea98a326d79c91ff48fad (patch)
tree38aa014862402521782290df6c7f9412579e3d59 /complex.c
parentdae71be2c8eeaa561de78cdc34ec3ad9f9dc9edd (diff)
downloadruby-cc281bd7ace7538527eea98a326d79c91ff48fad.tar.gz
Remove duplicated float_arg defination
Diffstat (limited to 'complex.c')
-rw-r--r--complex.c2
1 files changed, 0 insertions, 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