scc

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

commit 7d06d1d348ce9fb9dc585d81f146e12193be85e4
parent a6c2b5a33370629d88ddb5205b07cf0c78669463
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Mon,  4 Jul 2022 23:52:42 +0200

cc1: Remove unused variable

Diffstat:
Msrc/cmd/cc/cc1/init.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/cmd/cc/cc1/init.c b/src/cmd/cc/cc1/init.c @@ -335,7 +335,6 @@ autoinit(Symbol *sym, Node *np) { Symbol *hidden; Type *tp = sym->type; - size_t n; /* FIXME: It should be SIZET */ repeat: switch (tp->op) {