Author: Ronan Lamy <[email protected]>
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."""
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit