Kaydet (Commit) 5914323c authored tarafından Christian Heimes's avatar Christian Heimes

Cleanup

Removed unreferenced variable
üst e165727d
......@@ -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