mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
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:
parent
9813429a72
commit
6afe2f4a39
@ -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".
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user