[pypy-commit] pypy numpypy-axisops: remove cruft

fijal noreply at buildbot.pypy.org
Wed Jan 4 20:31:57 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: numpypy-axisops
Changeset: r51023:e38fface989e
Date: 2012-01-04 21:31 +0200
http://bitbucket.org/pypy/pypy/changeset/e38fface989e/

Log:	remove cruft

diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/module/micronumpy/interp_numarray.py
+++ b/pypy/module/micronumpy/interp_numarray.py
@@ -762,7 +762,6 @@
 
     def _del_sources(self):
         self.values = None
-        pass
 
     def create_sig(self, res_shape):
         if self.forced_result is not None:
@@ -779,7 +778,6 @@
         objlen = len(self.values.shape)
         target_len = self.values.shape[self.dim]
         sig = self.values.find_sig(result.shape)
-        #sig = self.create_sig(result.shape)
         ri = ArrayIterator(result.size)
         si = axis_iter_from_arr(self.values, self.dim)
         while not ri.done():


More information about the pypy-commit mailing list