Remove unused local variable.
This commit is contained in:
parent
e16d2502d2
commit
3b645802f5
|
@ -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…
Reference in New Issue