Author: Maciej Fijalkowski <[email protected]>
Branch:
Changeset: r49951:f54bf973f305
Date: 2011-11-29 13:54 +0200
http://bitbucket.org/pypy/pypy/changeset/f54bf973f305/
Log: kill unused nonsensical function
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
@@ -1072,9 +1072,6 @@
for sh in shape:
self.size *= sh
- def get_root_storage(self):
- return self.parent.get_concrete().get_root_storage()
-
def find_size(self):
return self.size
@@ -1127,9 +1124,6 @@
def get_concrete(self):
return self
- def get_root_storage(self):
- return self.storage
-
def find_size(self):
return self.size
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit