diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2016-08-05 16:26:18 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2016-08-05 16:26:18 -0400 |
commit | c632e428c2fd707b83a2c61e0b25b473e3d7d18e (patch) | |
tree | 197eb16ffe018b61e4018822c09bb4b0331babce | |
parent | ed1b027aa06ade22834e7d876dfccc4ec94e848a (diff) | |
download | gdb-c632e428c2fd707b83a2c61e0b25b473e3d7d18e.zip gdb-c632e428c2fd707b83a2c61e0b25b473e3d7d18e.tar.gz gdb-c632e428c2fd707b83a2c61e0b25b473e3d7d18e.tar.bz2 |
Remove unused cli_command_loop declaration
This declaration is not used anymore.
gdb/ChangeLog:
* event-top.h (cli_command_loop): Remove.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | 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 |