mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Remove unused local variable.
This commit is contained in:
parent
e16d2502d2
commit
3b645802f5
1 changed files with 0 additions and 1 deletions
|
@ -398,7 +398,6 @@ PyObject *
|
|||
_PyObject_Str(PyObject *v)
|
||||
{
|
||||
PyObject *res;
|
||||
int type_ok;
|
||||
if (v == NULL)
|
||||
return PyString_FromString("<NULL>");
|
||||
if (PyString_CheckExact(v)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue