summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/numeric.c b/numeric.c
index 568d6c0ea1..d1c016e708 100644
--- a/numeric.c
+++ b/numeric.c
@@ -376,7 +376,6 @@ num_eql(x, y)
return rb_equal(x, y);
}
-
static VALUE
num_equal(x, y)
VALUE x, y;