summaryrefslogtreecommitdiff
path: root/Objects/unicodeobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/unicodeobject.c')
-rw-r--r--Objects/unicodeobject.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c
index c3511309d0..02b0c7ac0c 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