2011-02-28 Michael Snyder <msnyder@vmware.com>
* python/py-utils.c (gdbpy_obj_to_string): Delete unused variable.
This commit is contained in:
parent
a9dc8dcca3
commit
bfffb7e32f
2 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue