aboutsummaryrefslogtreecommitdiffstats
path: root/bignum.c
diff options
context:
space:
mode:
Diffstat (limited to 'bignum.c')
-rw-r--r--bignum.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/bignum.c b/bignum.c
index ab702082b2..3e22397093 100644
--- a/bignum.c
+++ b/bignum.c
@@ -5809,9 +5809,6 @@ rb_big_minus(VALUE x, VALUE y)
}
}
-
-static VALUE bigdivrem(VALUE, VALUE, volatile VALUE*, volatile VALUE*);
-
static VALUE
bigsq(VALUE x)
{