From: Neal Norwitz Date: Sat, 28 Feb 2004 15:56:27 +0000 (+0000) Subject: Get rid of unused variable X-Git-Tag: v2.4a1~763 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9208f1f998fa64e8296c399a832d0df92aa115e;p=python Get rid of unused variable --- diff --git a/Modules/collectionsmodule.c b/Modules/collectionsmodule.c index 0e0b2d6ac8..d534aa9f69 100644 --- a/Modules/collectionsmodule.c +++ b/Modules/collectionsmodule.c @@ -431,7 +431,6 @@ static int deque_tp_print(PyObject *deque, FILE *fp, int flags) { PyObject *it, *item; - int pos=0; char *emit = ""; /* No separator emitted on first pass */ char *separator = ", "; int i;