mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Removed unused var
This commit is contained in:
parent
9fbcc6a6c2
commit
1e7b2aa5d6
2 changed files with 0 additions and 2 deletions
|
@ -485,7 +485,6 @@ complex_new(self, args)
|
|||
object *self;
|
||||
object *args;
|
||||
{
|
||||
int n;
|
||||
complex cval;
|
||||
|
||||
cval.imag = 0.;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue