aboutsummaryrefslogtreecommitdiffstats
path: root/numeric.c
diff options
context:
space:
mode:
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/numeric.c b/numeric.c
index ea926a62ee..046527eab3 100644
--- a/numeric.c
+++ b/numeric.c
@@ -215,9 +215,6 @@ static int
do_coerce(VALUE *x, VALUE *y, int err)
{
VALUE ary;
- VALUE a[2];
-
- a[0] = *x; a[1] = *y;
ary = rb_check_funcall(*y, id_coerce, 1, x);
if (ary == Qundef) {