Commit 87ffc122 authored by Thomas Heller's avatar Thomas Heller

Remove unused local variable.

parent 0dfb0e29
......@@ -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)) {
......
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