diff options
Diffstat (limited to 'gdb/python/py-value.c')
-rw-r--r-- | gdb/python/py-value.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/python/py-value.c b/gdb/python/py-value.c index b9b012b..eb3d307 100644 --- a/gdb/python/py-value.c +++ b/gdb/python/py-value.c @@ -1330,7 +1330,6 @@ valpy_richcompare_throw (PyObject *self, PyObject *other, int op) int result; struct value *value_other; struct value *value_self; - struct cleanup *cleanup; scoped_value_mark free_values; |