syntax: remove local variable masking
[nit.git] / lib / standard / collection / hash_collection.nit
index 5bb6ff7..7fb541d 100644 (file)
@@ -160,7 +160,6 @@ special ArrayCapable[nullable N]
 
                if _capacity <= old_cap then return
 
-               var new_array = _array
                # Reput items in the array
                var node = _first_item
                while node != null do