as: Remove unused variable - scc - simple c99 compiler
 (HTM) git clone git://git.simple-cc.org/scc
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 052565e529cb91b36cffc7783eac387367f18d64
 (DIR) parent fbbb55d7a577fa91580b836acccfb44e23ca3084
 (HTM) Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
       Date:   Sat, 10 Feb 2024 23:34:48 +0100
       
       as: Remove unused variable
       
       Diffstat:
         M src/cmd/as/parser.c                 |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/cmd/as/parser.c b/src/cmd/as/parser.c
       @@ -31,7 +31,6 @@ union yylval yylval;
        
        static char *textp, *endp;
        static int regmode;
       -static unsigned lineno;
        static struct input inputs[NR_INPUTS], *isp = inputs;
        
        static int