summaryrefslogtreecommitdiff
path: root/array.c
diff options
context:
space:
mode:
Diffstat (limited to 'array.c')
-rw-r--r--array.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/array.c b/array.c
index 81b422a53b..202facd62a 100644
--- a/array.c
+++ b/array.c
@@ -1182,7 +1182,6 @@ ary_uniq_bang(ary)
{
VALUE *p, *q, *t, *end;
VALUE v;
- int i;
ary_modify(ary);
p = RARRAY(ary)->ptr;