Commented code fragment deleted

This commit is contained in:
Andrey Breslav
2012-08-30 21:07:29 +04:00
parent 2a1307e040
commit d57986d3ca
@@ -735,11 +735,6 @@ public class ExpressionCodegen extends JetVisitor<StackValue, StackValue> implem
v.store(myArrayVar, OBJECT_TYPE);
}
//if (loopRangeType.isNullable()) {
// v.load(myArrayVar, OBJECT_TYPE);
// v.ifnull(end);
//}
v.iconst(0);
v.store(myIndexVar, Type.INT_TYPE);
}