[pypy-commit] pypy matrixmath-dot: remvoe debug cruft

mattip noreply at buildbot.pypy.org
Sun Jan 22 00:51:42 CET 2012


Author: mattip
Branch: matrixmath-dot
Changeset: r51618:a8252a946ad8
Date: 2012-01-21 20:01 +0200
http://bitbucket.org/pypy/pypy/changeset/a8252a946ad8/

Log:	remvoe debug cruft

diff --git a/pypy/module/micronumpy/dot.py b/pypy/module/micronumpy/dot.py
--- a/pypy/module/micronumpy/dot.py
+++ b/pypy/module/micronumpy/dot.py
@@ -69,8 +69,6 @@
     _r = calculate_dot_strides(right.strides, right.backstrides,
                                   broadcast_shape, right_skip)
     righti = ViewIterator(right.start, _r[0], _r[1], broadcast_shape)
-    if right.size==4:
-        xxx
     while not outi.done():
         '''
         dot_driver.jit_merge_point(left=left,


More information about the pypy-commit mailing list