Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 329e291

Browse files
committed
Removed decl of unreferenced vrbl.
1 parent 8c74335 commit 329e291

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Modules/arraymodule.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,6 @@ array_extend(self, args)
794794
{
795795
int size;
796796
PyObject *bb;
797-
arrayobject *np;
798797

799798
if (!PyArg_ParseTuple(args, "O:extend", &bb))
800799
return NULL;

0 commit comments

Comments
 (0)