Author: Vincent Legoll <[email protected]>
Branch: fix-1674
Changeset: r81470:c3da9df0e2ae
Date: 2015-12-19 13:19 +0100
http://bitbucket.org/pypy/pypy/changeset/c3da9df0e2ae/
Log: Remove duplicated code (probably mismerged)
diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py
--- a/pypy/module/micronumpy/loop.py
+++ b/pypy/module/micronumpy/loop.py
@@ -806,7 +806,6 @@
indexlen = len(indexes_w)
dtype = arr.get_dtype()
shape_iter = PureShapeIter(iter_shape, indexes_w)
- indexlen = len(indexes_w)
while not shape_iter.done():
getitem_int_driver.jit_merge_point(shapelen=shapelen,
indexlen=indexlen,
dtype=dtype, prefixlen=prefixlen)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit