Removed unreferenced variable
This commit is contained in:
Christian Heimes 2007-11-23 06:52:42 +00:00
parent e165727d57
commit 5914323c28
1 changed files with 0 additions and 1 deletions

View File

@ -8654,7 +8654,6 @@ PyObject *PyUnicode_Format(PyObject *format,
Py_INCREF(temp);
}
else {
PyObject *unicode;
if (c == 's')
temp = PyObject_Str(v);
else