[hackers] [scc] [cc1] Remove non used variable in pop() || Roberto E. Vargas Caballero
commit 4878c57251c7f954a2f0b15d00c29e73a44f7c84
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Mon Mar 6 13:21:07 2017 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Mon Mar 6 13:39:21 2017 +0100
[cc1] Remove non used variable in pop()
diff --git a/cc1/decl.c b/cc1/decl.c
index f020484..f57d817 100644
--- a/cc1/decl.c
+++ b/cc1/decl.c
_AT_@ -91,7 +91,6 @@ static int
pop(struct declarators *dp, struct decl *dcl)
{
struct declarator *p;
- Symbol **bp;
if (dp->nr == 0)
return 0;
_AT_@ -385,7 +384,6 @@ static void
krfun(struct declarators *dp,
Symbol *pars[], unsigned *ntypep, unsigned *nparsp)
{
- Symbol *sym;
int toomany = 0;
Received on Mon Mar 06 2017 - 14:24:40 CET
This archive was generated by hypermail 2.3.0
: Mon Mar 06 2017 - 14:36:27 CET