diff options
Diffstat (limited to 'gdb/varobj.c')
-rw-r--r-- | gdb/varobj.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/varobj.c b/gdb/varobj.c index 99d8d45..124909a 100644 --- a/gdb/varobj.c +++ b/gdb/varobj.c @@ -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 |