Commit 68967f2e authored by Christian Heimes's avatar Christian Heimes

Cleanup

Removed unreferenced variable
parent 84eca134
......@@ -8654,7 +8654,6 @@ PyObject *PyUnicode_Format(PyObject *format,
Py_INCREF(temp);
}
else {
PyObject *unicode;
if (c == 's')
temp = PyObject_Str(v);
else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment