Removed decl of unreferenced vrbl.
This commit is contained in:
@@ -794,7 +794,6 @@ array_extend(self, args)
|
||||
{
|
||||
int size;
|
||||
PyObject *bb;
|
||||
arrayobject *np;
|
||||
|
||||
if (!PyArg_ParseTuple(args, "O:extend", &bb))
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user