From 102a2c2e805ad382919646f5907866df36d51231 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 4 Sep 2013 14:03:29 +0000 Subject: * bignum.c (bigdivrem): Useless declaration removed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bignum.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'bignum.c') 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) { -- cgit v1.2.3