forked from Imagelibrary/binutils-gdb
2011-02-28 Michael Snyder <msnyder@vmware.com>
* python/py-utils.c (gdbpy_obj_to_string): Delete unused variable.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user