From: Christian Heimes Date: Fri, 23 Nov 2007 06:52:42 +0000 (+0000) Subject: Cleanup X-Git-Tag: v3.0a2~106 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5914323c283513253677433c8f5d579fb4eb6946;p=thirdparty%2FPython%2Fcpython.git Cleanup Removed unreferenced variable --- diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index c3511309d074..02b0c7ac0cfa 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c @@ -8654,7 +8654,6 @@ PyObject *PyUnicode_Format(PyObject *format, Py_INCREF(temp); } else { - PyObject *unicode; if (c == 's') temp = PyObject_Str(v); else