summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
Diffstat (limited to 'Objects')
-rw-r--r--Objects/classobject.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/classobject.c b/Objects/classobject.c
index ad4f627..5a9e49d 100644
--- a/Objects/classobject.c
+++ b/Objects/classobject.c
@@ -60,7 +60,6 @@ static void
class_dealloc(op)
classobject *op;
{
- int i;
XDECREF(op->cl_bases);
DECREF(op->cl_methods);
XDECREF(op->cl_name);