[Python-checkins] r73231 - sandbox/trunk/2to3/lib2to3/fixes/fix_next.py

benjamin.peterson python-checkins at python.org
Thu Jun 4 20:38:50 CEST 2009


Author: benjamin.peterson
Date: Thu Jun  4 20:38:50 2009
New Revision: 73231

Log:
remove unused variable

Modified:
   sandbox/trunk/2to3/lib2to3/fixes/fix_next.py

Modified: sandbox/trunk/2to3/lib2to3/fixes/fix_next.py
==============================================================================
--- sandbox/trunk/2to3/lib2to3/fixes/fix_next.py	(original)
+++ sandbox/trunk/2to3/lib2to3/fixes/fix_next.py	Thu Jun  4 20:38:50 2009
@@ -48,7 +48,6 @@
         base = results.get("base")
         attr = results.get("attr")
         name = results.get("name")
-        mod = results.get("mod")
 
         if base:
             if self.shadowed_next:


More information about the Python-checkins mailing list