[pypy-commit] pypy default: Kill a dead line.

alex_gaynor noreply at buildbot.pypy.org
Sat Jun 23 22:33:39 CEST 2012


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r55791:6cbd66dc2863
Date: 2012-06-23 13:32 -0700
http://bitbucket.org/pypy/pypy/changeset/6cbd66dc2863/

Log:	Kill a dead line.

diff --git a/pypy/rlib/parsing/parsing.py b/pypy/rlib/parsing/parsing.py
--- a/pypy/rlib/parsing/parsing.py
+++ b/pypy/rlib/parsing/parsing.py
@@ -107,7 +107,6 @@
         error = None # for the annotator
         if self.parser.is_nonterminal(symbol):
             rule = self.parser.get_rule(symbol)
-            lastexpansion = len(rule.expansions) - 1
             subsymbol = None
             error = None
             for expansion in rule.expansions:


More information about the pypy-commit mailing list