From 6afe2f4a39badf0ea1ccf9fd34417e729577c6e6 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 3 May 2017 17:40:10 -0600 Subject: Remove unused declaration There was a leftover cleanup declaration in mi_parse. Remove it. gdb/ChangeLog 2017-09-29 Tom Tromey * mi/mi-parse.c (mi_parse): Remove unused declaration. --- gdb/mi/mi-parse.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/mi/mi-parse.c') 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 mi_parse (const char *cmd, char **token) { const char *chp; - struct cleanup *cleanup; std::unique_ptr parse (new struct mi_parse); -- cgit v1.1