mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Remove unused variable.
This commit is contained in:
parent
fa658ce03d
commit
8017767420
1 changed files with 0 additions and 1 deletions
|
@ -601,7 +601,6 @@ complex_getattr(self, name)
|
|||
complexobject *self;
|
||||
char *name;
|
||||
{
|
||||
Py_complex cval;
|
||||
if (strcmp(name, "real") == 0)
|
||||
return (object *)newfloatobject(self->cval.real);
|
||||
else if (strcmp(name, "imag") == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue