summaryrefslogtreecommitdiff
path: root/gdb/printcmd.c
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2017-09-29 22:22:49 -0600
committerTom Tromey <tom@tromey.com>2017-10-03 05:33:46 -0600
commit245ad7d373aef22013b347504d30d2306da1bdbf (patch)
tree3252c5ec9f692965cc86a1d962be66b08bff4d00 /gdb/printcmd.c
parente05550d7a409a0637d87bef377e5d4b9a4b379ac (diff)
Remove unused declarations
This removes some unused cleanup declarations. 2017-10-03 Tom Tromey <tom@tromey.com> * mi/mi-main.c (mi_cmd_trace_frame_collected): Remove unused declaration. * printcmd.c (x_command): Remove unused declaration. * symfile.c (symbol_file_command): Remove unused declaration.
Diffstat (limited to 'gdb/printcmd.c')
-rw-r--r--gdb/printcmd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/printcmd.c b/gdb/printcmd.c
index de1f76c2e3..a254e3ab57 100644
--- a/gdb/printcmd.c
+++ b/gdb/printcmd.c
@@ -1606,7 +1606,6 @@ static void
x_command (char *exp, int from_tty)
{
struct format_data fmt;
- struct cleanup *old_chain;
struct value *val;
fmt.format = last_format ? last_format : 'x';