mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Deleted unused local variable.
This commit is contained in:
parent
8f96f7734c
commit
670ceb30d3
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue