[pypy-svn] r62952 - pypy/trunk/pypy/annotation

afa at codespeak.net afa at codespeak.net
Sat Mar 14 14:28:44 CET 2009


Author: afa
Date: Sat Mar 14 14:28:42 2009
New Revision: 62952

Modified:
   pypy/trunk/pypy/annotation/annrpython.py
Log:
Remove a unused variable,
that can even cause an exception when reporting a degenerated value.


Modified: pypy/trunk/pypy/annotation/annrpython.py
==============================================================================
--- pypy/trunk/pypy/annotation/annrpython.py	(original)
+++ pypy/trunk/pypy/annotation/annrpython.py	Sat Mar 14 14:28:42 2009
@@ -309,7 +309,6 @@
             except AttributeError:
                 pass
 
-        graph = position_key[0]
         msgstr = format_someobject_error(self, position_key, what, s_value,
                                          called_from_graph,
                                          self.bindings.get(what, "(none)"))



More information about the Pypy-commit mailing list