Removed decl of unreferenced vrbl.

This commit is contained in:
Tim Peters 2000-08-01 21:00:58 +00:00
parent 8c74335807
commit 329e29198d

View file

@ -794,7 +794,6 @@ array_extend(self, args)
{ {
int size; int size;
PyObject *bb; PyObject *bb;
arrayobject *np;
if (!PyArg_ParseTuple(args, "O:extend", &bb)) if (!PyArg_ParseTuple(args, "O:extend", &bb))
return NULL; return NULL;