[pypy-commit] pypy jit-dynamic-getarrayitem: remove the dupe

alex_gaynor noreply at buildbot.pypy.org
Mon Nov 14 21:09:25 CET 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: jit-dynamic-getarrayitem
Changeset: r49419:69c9793c54c0
Date: 2011-11-14 15:09 -0500
http://bitbucket.org/pypy/pypy/changeset/69c9793c54c0/

Log:	remove the dupe

diff --git a/pypy/jit/backend/model.py b/pypy/jit/backend/model.py
--- a/pypy/jit/backend/model.py
+++ b/pypy/jit/backend/model.py
@@ -222,10 +222,6 @@
     def typedescrof(TYPE):
         raise NotImplementedError
 
-    @staticmethod
-    def interiorfielddescrof(A, fieldname):
-        raise NotImplementedError
-
     # ---------- the backend-dependent operations ----------
 
     # lltype specific operations


More information about the pypy-commit mailing list