scc

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

commit fa9848fffc5c946ad4ac9ab75cc42dfeab47b0fb
parent a1512e6b29c48372f475827acafd7b657d0d20d9
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Mon, 12 Mar 2018 18:49:26 +0100

[nm/coff32] Remove unused variable

Diffstat:
Mnm/coff32.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/nm/coff32.c b/nm/coff32.c @@ -27,7 +27,6 @@ typeof(SYMENT *ent) SCNHDR *sec; int c; long flags; - char **bp; switch (ent->n_scnum) { case N_DEBUG: @@ -52,7 +51,6 @@ typeof(SYMENT *ent) c = 'b'; else c = '?'; - break; }