Commit 670ceb30 authored by Guido van Rossum's avatar Guido van Rossum

Deleted unused local variable.

parent 8f96f773
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment