aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lemon
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-11-09 14:25:29 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-11-09 14:25:29 +0000
commit17f62a4e1d63621f45d08de4e0fb8184abff04a1 (patch)
treeafab78aa3160d7c3159a79319dd4b120259aa6d4 /tools/lemon
parent7d26a109cd7e5c0f30eea0450c28f1727764983d (diff)
Removed an unused assignment.
svn path=/trunk/; revision=30893
Diffstat (limited to 'tools/lemon')
-rw-r--r--tools/lemon/lemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lemon/lemon.c b/tools/lemon/lemon.c
index be824ac985..0facd5bdc3 100644
--- a/tools/lemon/lemon.c
+++ b/tools/lemon/lemon.c
@@ -3437,7 +3437,7 @@ PRIVATE void print_stack_union(
int *plineno, /* Pointer to the line number */
int mhflag) /* True if generating makeheaders output */
{
- int lineno = *plineno; /* The line number of the output */
+ int lineno; /* The line number of the output */
char **types; /* A hash table of datatypes */
int arraysize; /* Size of the "types" array */
int maxdtlength; /* Maximum length of any ".datatype" field. */