mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Cleanup
Removed unreferenced variable
This commit is contained in:
parent
e165727d57
commit
5914323c28
1 changed files with 0 additions and 1 deletions
|
@ -8654,7 +8654,6 @@ PyObject *PyUnicode_Format(PyObject *format,
|
|||
Py_INCREF(temp);
|
||||
}
|
||||
else {
|
||||
PyObject *unicode;
|
||||
if (c == 's')
|
||||
temp = PyObject_Str(v);
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue