[pypy-commit] pypy optresult: comment out unused function

fijal noreply at buildbot.pypy.org
Fri Jun 5 10:45:24 CEST 2015


Author: Maciej Fijalkowski <fijall at 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


More information about the pypy-commit mailing list