This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH obv] Remove unused cli_command_loop declaration


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]