Commit 435e1225 authored by Tim Peters's avatar Tim Peters

Removed decl of unreferenced vrbl.

parent 4b4e1483
......@@ -794,7 +794,6 @@ array_extend(self, args)
{
int size;
PyObject *bb;
arrayobject *np;
if (!PyArg_ParseTuple(args, "O:extend", &bb))
return NULL;
......
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