2011-02-28 Michael Snyder * python/py-utils.c (gdbpy_obj_to_string): Delete unused variable. Index: python/py-utils.c =================================================================== RCS file: /cvs/src/src/gdb/python/py-utils.c,v retrieving revision 1.9 diff -u -p -u -p -r1.9 py-utils.c --- python/py-utils.c 26 Jan 2011 20:53:45 -0000 1.9 +++ python/py-utils.c 1 Mar 2011 01:07:52 -0000 @@ -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.