mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 10:09:16 +08:00
* varobj.c (instantiate_pretty_printer): Remove duplicate
'return'.
This commit is contained in:
@ -785,7 +785,6 @@ instantiate_pretty_printer (PyObject *constructor, struct value *value)
|
||||
printer = PyObject_CallFunctionObjArgs (constructor, val_obj, NULL);
|
||||
Py_DECREF (val_obj);
|
||||
return printer;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user