aboutsummaryrefslogtreecommitdiffstats
path: root/range.c
diff options
context:
space:
mode:
Diffstat (limited to 'range.c')
-rw-r--r--range.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/range.c b/range.c
index 837fdb5d9c..ef4ce3ecc1 100644
--- a/range.c
+++ b/range.c
@@ -37,11 +37,6 @@ static VALUE r_cover_p(VALUE, VALUE, VALUE, VALUE);
static void
range_init(VALUE range, VALUE beg, VALUE end, VALUE exclude_end)
{
- VALUE args[2];
-
- args[0] = beg;
- args[1] = end;
-
if (!FIXNUM_P(beg) || !FIXNUM_P(end)) {
VALUE v;