scc

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

commit 9ab6169607b9f33078f602fba25f3fa8de6aa762
parent 7856bba73bad3e34ae38faf156c8c0f12c79135f
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu, 26 Dec 2024 21:50:22 +0100

cc2: Remove unused variable

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

diff --git a/src/cmd/scc-cc/cc2/node.c b/src/cmd/scc-cc/cc2/node.c @@ -16,7 +16,6 @@ static Alloc *arena; Node * node(int op) { - struct arena *ap; Node *np; if (!arena)