Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3b64580

Browse files
author
Thomas Heller
committed
Remove unused local variable.
1 parent e16d250 commit 3b64580

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Objects/object.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,6 @@ PyObject *
398398
_PyObject_Str(PyObject *v)
399399
{
400400
PyObject *res;
401-
int type_ok;
402401
if (v == NULL)
403402
return PyString_FromString("<NULL>");
404403
if (PyString_CheckExact(v)) {

0 commit comments

Comments
 (0)