Author: Maciej Fijalkowski <fij...@gmail.com>
Branch: optresult
Changeset: r77885:817653b602e3
Date: 2015-06-05 10:45 +0200
http://bitbucket.org/pypy/pypy/changeset/817653b602e3/

Log:    comment out unused function

diff --git a/rpython/jit/metainterp/optimizeopt/info.py 
b/rpython/jit/metainterp/optimizeopt/info.py
--- a/rpython/jit/metainterp/optimizeopt/info.py
+++ b/rpython/jit/metainterp/optimizeopt/info.py
@@ -279,11 +279,11 @@
             self._init_items(const, size, clear)
         self._clear = clear
 
-    def getlenbound(self):
-        if self.lenbound is None:
-            raise Exception("implement me - lenbound")
-            xxx
-        return self.lenbound
+    #def getlenbound(self):
+    #    if self.lenbound is None:
+    #        raise Exception("implement me - lenbound")
+    #        xxx
+    #    return self.lenbound
 
     def _init_items(self, const, size, clear):
         self.length = size
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to