[pypy-svn] r67189 - pypy/branch/pyjitpl5/pypy/rpython

antocuni at codespeak.net antocuni at codespeak.net
Tue Aug 25 12:34:48 CEST 2009


Author: antocuni
Date: Tue Aug 25 12:34:48 2009
New Revision: 67189

Modified:
   pypy/branch/pyjitpl5/pypy/rpython/rclass.py
Log:
(cfbolz, antocuni) kill rest of old way to do virtualizables


Modified: pypy/branch/pyjitpl5/pypy/rpython/rclass.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/rpython/rclass.py	(original)
+++ pypy/branch/pyjitpl5/pypy/rpython/rclass.py	Tue Aug 25 12:34:48 2009
@@ -49,7 +49,6 @@
     
     if classdef is None:
         unboxed = []
-        virtualizable = False
         virtualizable2 = False
     else:
         unboxed = [subdef for subdef in classdef.getallsubdefs()



More information about the Pypy-commit mailing list