mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Removed unused variables
This commit is contained in:
parent
8426477bbb
commit
95ffa23597
2 changed files with 1 additions and 4 deletions
|
|
@ -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 ')' */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue