[pypy-svn] r66083 - pypy/branch/pyjitpl5/pypy/annotation

arigo at codespeak.net arigo at codespeak.net
Tue Jun 30 16:44:52 CEST 2009


Author: arigo
Date: Tue Jun 30 16:44:52 2009
New Revision: 66083

Modified:
   pypy/branch/pyjitpl5/pypy/annotation/model.py
Log:
Oups, bad hand-merging.


Modified: pypy/branch/pyjitpl5/pypy/annotation/model.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/annotation/model.py	(original)
+++ pypy/branch/pyjitpl5/pypy/annotation/model.py	Tue Jun 30 16:44:52 2009
@@ -620,8 +620,6 @@
             return SomeOOClass(ootype.ROOT)
         elif T == ootype.Object:
             return SomeOOObject()
-        elif isinstance(T, ExternalType):
-            return SomeExternalInstance(T._class_)
         elif isinstance(T, lltype.InteriorPtr):
             return SomeInteriorPtr(T)
         else:



More information about the Pypy-commit mailing list