summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c2
1 files changed, 0 insertions, 2 deletions
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);
}