Removed unreferenced variable
This commit is contained in:
Christian Heimes 2007-11-23 06:52:42 +00:00
parent e165727d57
commit 5914323c28

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