Remove unused cli_command_loop declaration
This declaration is not used anymore. gdb/ChangeLog: * event-top.h (cli_command_loop): Remove.
This commit is contained in:
parent
ed1b027aa0
commit
c632e428c2
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue