mirror of
https://github.com/python/cpython.git
synced 2025-07-19 01:05:26 +00:00
Removed unused var
This commit is contained in:
parent
9fbcc6a6c2
commit
1e7b2aa5d6
2 changed files with 0 additions and 2 deletions
|
@ -970,7 +970,6 @@ com_factor(c, n)
|
|||
struct compiling *c;
|
||||
node *n;
|
||||
{
|
||||
int i;
|
||||
REQ(n, factor);
|
||||
if (TYPE(CHILD(n, 0)) == PLUS) {
|
||||
com_factor(c, CHILD(n, 1));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue