summaryrefslogtreecommitdiffstats
path: root/Objects/complexobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/complexobject.c')
-rw-r--r--Objects/complexobject.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/complexobject.c b/Objects/complexobject.c
index 20eab1e..391b80e 100644
--- a/Objects/complexobject.c
+++ b/Objects/complexobject.c
@@ -485,7 +485,6 @@ complex_new(self, args)
object *self;
object *args;
{
- int n;
complex cval;
cval.imag = 0.;