Author: Alex Gaynor <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to