mirror of https://github.com/python/cpython
Removed decl of unreferenced vrbl.
This commit is contained in:
parent
8c74335807
commit
329e29198d
|
@ -794,7 +794,6 @@ array_extend(self, args)
|
|||
{
|
||||
int size;
|
||||
PyObject *bb;
|
||||
arrayobject *np;
|
||||
|
||||
if (!PyArg_ParseTuple(args, "O:extend", &bb))
|
||||
return NULL;
|
||||
|
|
Loading…
Reference in New Issue