Author: Alex Gaynor <[email protected]>
Branch: 
Changeset: r71700:aa1f312b6444
Date: 2014-05-24 12:28 -0500
http://bitbucket.org/pypy/pypy/changeset/aa1f312b6444/

Log:    removed an unused function

diff --git a/rpython/rtyper/typesystem.py b/rpython/rtyper/typesystem.py
--- a/rpython/rtyper/typesystem.py
+++ b/rpython/rtyper/typesystem.py
@@ -23,9 +23,6 @@
     def null_callable(self, T):
         return lltype.nullptr(T.TO)
 
-    def getcallabletype(self, ARGS, RESTYPE):
-        return lltype.FuncType(ARGS, RESTYPE)
-
     def getcallable(self, graph, getconcretetype=None):
         """Return callable given a Python function."""
         if getconcretetype is None:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to