[pypy-svn] r65883 - pypy/branch/pyjitpl5/pypy/config

arigo at codespeak.net arigo at codespeak.net
Tue Jun 23 13:50:29 CEST 2009


Author: arigo
Date: Tue Jun 23 13:50:28 2009
New Revision: 65883

Modified:
   pypy/branch/pyjitpl5/pypy/config/translationoption.py
Log:
These two lines are no longer needed, by the previous checkin.


Modified: pypy/branch/pyjitpl5/pypy/config/translationoption.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/config/translationoption.py	(original)
+++ pypy/branch/pyjitpl5/pypy/config/translationoption.py	Tue Jun 23 13:50:28 2009
@@ -352,8 +352,6 @@
     gc = words.pop(0)
 
     # set the GC (only meaningful with lltype)
-    if config.translation.sandbox and gc == 'hybrid':
-        gc = 'generation'
     # but only set it if it wasn't already suggested to be something else
     if config.translation._cfgimpl_value_owners['gc'] != 'suggested':
         config.translation.suggest(gc=gc)



More information about the Pypy-commit mailing list