diff options
author | Tom Tromey <tom@tromey.com> | 2017-05-03 17:40:10 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2017-09-29 21:12:13 -0600 |
commit | 6afe2f4a39badf0ea1ccf9fd34417e729577c6e6 (patch) | |
tree | 6a63fa37640f6ab5742ff07aa5b3470f8eac6304 /gdb/mi | |
parent | 9813429a729dbcd761dfbb02d2d7a3449af0881d (diff) | |
download | gdb-6afe2f4a39badf0ea1ccf9fd34417e729577c6e6.zip gdb-6afe2f4a39badf0ea1ccf9fd34417e729577c6e6.tar.gz gdb-6afe2f4a39badf0ea1ccf9fd34417e729577c6e6.tar.bz2 |
Remove unused declaration
There was a leftover cleanup declaration in mi_parse. Remove it.
gdb/ChangeLog
2017-09-29 Tom Tromey <tom@tromey.com>
* mi/mi-parse.c (mi_parse): Remove unused declaration.
Diffstat (limited to 'gdb/mi')
-rw-r--r-- | gdb/mi/mi-parse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/mi/mi-parse.c b/gdb/mi/mi-parse.c index cf05fa0..9c1b033 100644 --- a/gdb/mi/mi-parse.c +++ b/gdb/mi/mi-parse.c @@ -237,7 +237,6 @@ std::unique_ptr<struct mi_parse> mi_parse (const char *cmd, char **token) { const char *chp; - struct cleanup *cleanup; std::unique_ptr<struct mi_parse> parse (new struct mi_parse); |