aboutsummaryrefslogtreecommitdiffstats
path: root/bignum.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-04 14:03:29 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-04 14:03:29 +0000
commit102a2c2e805ad382919646f5907866df36d51231 (patch)
tree9864d08d42697869f32d287808d5814d3883f6ff /bignum.c
parent326e38164b1ec54925591434891a5c131b1d7b3d (diff)
downloadruby-102a2c2e805ad382919646f5907866df36d51231.tar.gz
* bignum.c (bigdivrem): Useless declaration removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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)
{