This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH obv] Remove unused cli_command_loop declaration
- From: Simon Marchi <simon dot marchi at ericsson dot com>
- To: <gdb-patches at sourceware dot org>
- Cc: Simon Marchi <simon dot marchi at ericsson dot com>
- Date: Fri, 5 Aug 2016 16:26:59 -0400
- Subject: [PATCH obv] Remove unused cli_command_loop declaration
- Authentication-results: sourceware.org; auth=none
FYI, I pushed this as obvious.
This declaration is not used anymore.
gdb/ChangeLog:
* event-top.h (cli_command_loop): Remove.
---
gdb/ChangeLog | 4 ++++
gdb/event-top.h | 2 --
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e532a12..7799467 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2016-08-05 Simon Marchi <simon.marchi@ericsson.com>
+
+ * event-top.h (cli_command_loop): Remove.
+
2016-08-05 Pedro Alves <palves@redhat.com>
PR remote/20398
diff --git a/gdb/event-top.h b/gdb/event-top.h
index dd0b4bc..3694e47 100644
--- a/gdb/event-top.h
+++ b/gdb/event-top.h
@@ -72,6 +72,4 @@ extern void gdb_rl_callback_handler_install (const char *prompt);
currently installed. */
extern void gdb_rl_callback_handler_reinstall (void);
-extern void cli_command_loop (void *);
-
#endif
--
2.9.2