[pypy-svn] r73499 - pypy/branch/decouple-host-opcodes/pypy/interpreter

fijal at codespeak.net fijal at codespeak.net
Wed Apr 7 05:49:28 CEST 2010


Author: fijal
Date: Wed Apr  7 05:49:25 2010
New Revision: 73499

Modified:
   pypy/branch/decouple-host-opcodes/pypy/interpreter/pyopcode.py
Log:
remove pointless assignment


Modified: pypy/branch/decouple-host-opcodes/pypy/interpreter/pyopcode.py
==============================================================================
--- pypy/branch/decouple-host-opcodes/pypy/interpreter/pyopcode.py	(original)
+++ pypy/branch/decouple-host-opcodes/pypy/interpreter/pyopcode.py	Wed Apr  7 05:49:25 2010
@@ -163,7 +163,6 @@
     @jit.unroll_safe
     def dispatch_bytecode(self, co_code, next_instr, ec):
         space = self.space
-        cls = self.__class__
         # PyFrame is really an abstract class
         assert self.__class__ is not pyframe.PyFrame
         while True:



More information about the Pypy-commit mailing list