Kaydet (Commit) 329e2919 authored tarafından Tim Peters's avatar Tim Peters

Removed decl of unreferenced vrbl.

üst 8c743358
......@@ -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