From 329e29198dccbbb7f0e7e84c026196dbfc47befa Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Tue, 1 Aug 2000 21:00:58 +0000 Subject: Removed decl of unreferenced vrbl. --- Modules/arraymodule.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/arraymodule.c b/Modules/arraymodule.c index 43bafcd..ec1b08d 100644 --- a/Modules/arraymodule.c +++ b/Modules/arraymodule.c @@ -794,7 +794,6 @@ array_extend(self, args) { int size; PyObject *bb; - arrayobject *np; if (!PyArg_ParseTuple(args, "O:extend", &bb)) return NULL; -- cgit v0.12