ref: 05003b31aac6464ff4ed9af2874c1cfe19307632
parent: eddc03b3c882248b273ecf8ba4edc39bd7b6b46e
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Mon Mar 6 08:21:07 EST 2017
[cc1] Remove non used variable in pop()
--- a/cc1/decl.c
+++ b/cc1/decl.c
@@ -91,7 +91,6 @@
pop(struct declarators *dp, struct decl *dcl)
{
struct declarator *p;
- Symbol **bp;
if (dp->nr == 0)
return 0;
@@ -385,7 +384,6 @@
krfun(struct declarators *dp,
Symbol *pars[], unsigned *ntypep, unsigned *nparsp)
{
- Symbol *sym;
int toomany = 0;