aboutsummaryrefslogtreecommitdiff
path: root/gdb/event-top.h
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@ericsson.com>2016-08-05 16:26:18 -0400
committerSimon Marchi <simon.marchi@ericsson.com>2016-08-05 16:26:18 -0400
commitc632e428c2fd707b83a2c61e0b25b473e3d7d18e (patch)
tree197eb16ffe018b61e4018822c09bb4b0331babce /gdb/event-top.h
parented1b027aa06ade22834e7d876dfccc4ec94e848a (diff)
downloadgdb-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.
Diffstat (limited to 'gdb/event-top.h')
-rw-r--r--gdb/event-top.h2
1 files changed, 0 insertions, 2 deletions
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