diff options
Diffstat (limited to 'gdb/python/py-utils.c')
-rw-r--r-- | gdb/python/py-utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/python/py-utils.c b/gdb/python/py-utils.c index 79e17c4..601bcb0 100644 --- a/gdb/python/py-utils.c +++ b/gdb/python/py-utils.c @@ -253,7 +253,6 @@ gdbpy_obj_to_string (PyObject *obj) char * gdbpy_exception_to_string (PyObject *ptype, PyObject *pvalue) { - PyObject *str_obj = PyObject_Str (pvalue); char *str; /* There are a few cases to consider. |