Removed unused variables

This commit is contained in:
Jack Jansen 1995-10-03 14:38:41 +00:00
parent 8426477bbb
commit 95ffa23597
2 changed files with 1 additions and 4 deletions

View file

@ -2480,7 +2480,6 @@ com_arglist(c, n)
for (i = 0; i < nch; i++) {
node *ch = CHILD(n, i);
node *fp;
char *name;
if (TYPE(ch) == STAR)
break;
REQ(ch, fpdef); /* fpdef: NAME | '(' fplist ')' */