From 9e3d9a2a009d2a0281802a84e1c5cc1c887edc71 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 16 Sep 1999 09:40:33 +0000 Subject: 1.4.1 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- numeric.c | 1 - 1 file changed, 1 deletion(-) (limited to 'numeric.c') 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; -- cgit v1.2.3