[pypy-svn] r27764 - pypy/dist/pypy/translator/cl

sanxiyn at codespeak.net sanxiyn at codespeak.net
Sat May 27 17:07:57 CEST 2006


Author: sanxiyn
Date: Sat May 27 17:07:54 2006
New Revision: 27764

Modified:
   pypy/dist/pypy/translator/cl/gencl.py
Log:
Unused variable


Modified: pypy/dist/pypy/translator/cl/gencl.py
==============================================================================
--- pypy/dist/pypy/translator/cl/gencl.py	(original)
+++ pypy/dist/pypy/translator/cl/gencl.py	Sat May 27 17:07:54 2006
@@ -243,7 +243,6 @@
         yield "))"
 
     def emit_block(self, block):
-        self.cur_block = block
         tag = self.blockref[block]
         yield "tag" + clrepr(str(tag), True)
         if block.exitswitch is c_last_exception:



More information about the Pypy-commit mailing list