diff options
Diffstat (limited to 'gdb/python/py-infthread.c')
-rw-r--r-- | gdb/python/py-infthread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/python/py-infthread.c b/gdb/python/py-infthread.c index 65c4c6c..995397e 100644 --- a/gdb/python/py-infthread.c +++ b/gdb/python/py-infthread.c @@ -214,7 +214,6 @@ thpy_get_ptid_string (PyObject *self, void *closure) catch (const gdb_exception &except) { GDB_PY_HANDLE_EXCEPTION (except); - return nullptr; } } |