mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +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_Str(PyObject *v)
|
||||||
{
|
{
|
||||||
PyObject *res;
|
PyObject *res;
|
||||||
int type_ok;
|
|
||||||
if (v == NULL)
|
if (v == NULL)
|
||||||
return PyString_FromString("<NULL>");
|
return PyString_FromString("<NULL>");
|
||||||
if (PyString_CheckExact(v)) {
|
if (PyString_CheckExact(v)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue