From 0d84d13c3fcbcec7c476e76dd361a047b8a9c8d2 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 25 Nov 2007 00:31:12 +0000 Subject: [PATCH] Remove unused variable. --- Objects/stringobject.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Objects/stringobject.c b/Objects/stringobject.c index 7e3a84e6d2..887b28a70b 100644 --- a/Objects/stringobject.c +++ b/Objects/stringobject.c @@ -2847,7 +2847,6 @@ static PyObject * string_new(PyTypeObject *type, PyObject *args, PyObject *kwds) { PyObject *x = NULL, *it; - PyObject *(*iternext)(PyObject *); const char *encoding = NULL; const char *errors = NULL; PyObject *new = NULL; -- 2.40.0