[pypy-svn] r68426 - pypy/trunk/pypy/jit/backend/llgraph

pedronis at codespeak.net pedronis at codespeak.net
Wed Oct 14 12:03:17 CEST 2009


Author: pedronis
Date: Wed Oct 14 12:03:16 2009
New Revision: 68426

Modified:
   pypy/trunk/pypy/jit/backend/llgraph/runner.py
Log:
(cfbolz, pedronis): remove unused code



Modified: pypy/trunk/pypy/jit/backend/llgraph/runner.py
==============================================================================
--- pypy/trunk/pypy/jit/backend/llgraph/runner.py	(original)
+++ pypy/trunk/pypy/jit/backend/llgraph/runner.py	Wed Oct 14 12:03:16 2009
@@ -94,8 +94,6 @@
         self.fail_descrs = []
         llimpl._stats = self.stats
         llimpl._llinterp = LLInterpreter(self.rtyper)
-        if translate_support_code:
-            self.mixlevelann = annmixlevel
         self._future_values = []
 
     def _freeze_(self):



More information about the Pypy-commit mailing list