From 45c61f40b23b14e97428206e1b813eb813526e6f Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 25 May 1998 04:58:02 +0000 Subject: remove unused variables git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@222 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- numeric.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'numeric.c') diff --git a/numeric.c b/numeric.c index 75ff41da80..104e069eee 100644 --- a/numeric.c +++ b/numeric.c @@ -82,8 +82,6 @@ VALUE num_coerce_bin(x, y) VALUE x, y; { - VALUE ary; - do_coerce(&x, &y); return rb_funcall(x, rb_frame_last_func(), 1, y); } -- cgit v1.2.3