Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1e7b2aa

Browse files
committed
Removed unused var
1 parent 9fbcc6a commit 1e7b2aa

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

Objects/complexobject.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,6 @@ complex_new(self, args)
485485
object *self;
486486
object *args;
487487
{
488-
int n;
489488
complex cval;
490489

491490
cval.imag = 0.;

Python/compile.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,6 @@ com_factor(c, n)
970970
struct compiling *c;
971971
node *n;
972972
{
973-
int i;
974973
REQ(n, factor);
975974
if (TYPE(CHILD(n, 0)) == PLUS) {
976975
com_factor(c, CHILD(n, 1));

0 commit comments

Comments
 (0)