scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 052565e529cb91b36cffc7783eac387367f18d64
parent fbbb55d7a577fa91580b836acccfb44e23ca3084
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sat, 10 Feb 2024 23:34:48 +0100

as: Remove unused variable

Diffstat:
Msrc/cmd/as/parser.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

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