Remove unused declaration
authorTom Tromey <tom@tromey.com>
Wed, 3 May 2017 23:40:10 +0000 (17:40 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 30 Sep 2017 03:12:13 +0000 (21:12 -0600)
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.

gdb/ChangeLog
gdb/mi/mi-parse.c

index 004e0b0f0ff977074c4923d8777e1ff227866b1d..cefba2735141a34287f2c1dcde21c024b634e8c4 100644 (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".
index cf05fa065295d3574878981a780d383beb08236e..9c1b033eda4c888db96a5034e8aea04163dc0649 100644 (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);
 
This page took 0.031375 seconds and 4 git commands to generate.