diff options
author | Tom Tromey <tom@tromey.com> | 2017-09-29 22:22:49 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2017-10-03 05:33:46 -0600 |
commit | 245ad7d373aef22013b347504d30d2306da1bdbf (patch) | |
tree | 3252c5ec9f692965cc86a1d962be66b08bff4d00 /gdb/mi | |
parent | e05550d7a409a0637d87bef377e5d4b9a4b379ac (diff) | |
download | gdb-245ad7d373aef22013b347504d30d2306da1bdbf.zip gdb-245ad7d373aef22013b347504d30d2306da1bdbf.tar.gz gdb-245ad7d373aef22013b347504d30d2306da1bdbf.tar.bz2 |
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/mi')
-rw-r--r-- | gdb/mi/mi-main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/mi/mi-main.c b/gdb/mi/mi-main.c index 4a61efd..83b1fcf 100644 --- a/gdb/mi/mi-main.c +++ b/gdb/mi/mi-main.c @@ -2730,7 +2730,6 @@ mi_cmd_trace_frame_collected (const char *command, char **argv, int argc) /* Trace state variables. */ { - struct cleanup *cleanups; int tvar; int i; |