shithub: scc

Download patch

ref: 72e4cc1c65247b66d5e6caf26096ebc1c730d533
parent: ad731a5c07b5a8e5584289905e8fd461a38bd831
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Mon Mar 12 14:49:26 EDT 2018

[nm/coff32] Remove unused variable

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