Removed an unused assignment.
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 9 Nov 2009 14:25:29 +0000 (14:25 +0000)
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 9 Nov 2009 14:25:29 +0000 (14:25 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30893 f5534014-38df-0310-8fa8-9805f1628bb7

tools/lemon/lemon.c

index be824ac985733543f1d93473f525a3b7ff9fa45a..0facd5bdc35270fb43da80f44d0897481fa9373e 100644 (file)
@@ -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. */