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.
This commit is contained in:
Tom Tromey 2017-05-03 17:40:10 -06:00
parent 9813429a72
commit 6afe2f4a39
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2017-09-29 Tom Tromey <tom@tromey.com>
* mi/mi-parse.c (mi_parse): Remove unused declaration.
2017-09-29 Tom Tromey <tom@tromey.com>
* mi/mi-cmd-disas.c (mi_cmd_disassemble): Don't copy "oarg".

View File

@ -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);