[pypy-commit] pypy default: kill unused SomeBuiltinMethod

rlamy noreply at buildbot.pypy.org
Mon May 19 21:43:33 CEST 2014


Author: Ronan Lamy <ronan.lamy at gmail.com>
Branch: 
Changeset: r71593:583fddd89a2e
Date: 2014-05-19 20:43 +0100
http://bitbucket.org/pypy/pypy/changeset/583fddd89a2e/

Log:	kill unused SomeBuiltinMethod

diff --git a/rpython/annotator/model.py b/rpython/annotator/model.py
--- a/rpython/annotator/model.py
+++ b/rpython/annotator/model.py
@@ -533,12 +533,6 @@
         return False
 
 
-class SomeBuiltinMethod(SomeBuiltin):
-    """ Stands for a built-in method which has got special meaning
-    """
-    knowntype = MethodType
-
-
 class SomeImpossibleValue(SomeObject):
     """The empty set.  Instances are placeholders for objects that
     will never show up at run-time, e.g. elements of an empty list."""


More information about the pypy-commit mailing list