shithub: scc

Download patch

ref: 5e8ed05e7151c938cdc3342d9dea15b21a8e9491
parent: 4730c12530c7db4e61d812e9f45d631d7bc1bdfe
author: Roberto E. Vargas Caballero <[email protected]>
date: Thu Sep 10 14:51:01 EDT 2015

Remove unused variable in integer()

--- a/cc1/lex.c
+++ b/cc1/lex.c
@@ -252,7 +252,6 @@
 	Type *tp;
 	Symbol *sym;
 	unsigned size, sign;
-	long v;
 
 	for (size = sign = 0; ; ++input->p) {
 		switch (toupper(*input->p)) {