diff options
Diffstat (limited to 'gdb/event-top.c')
-rw-r--r-- | gdb/event-top.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gdb/event-top.c b/gdb/event-top.c index e90d00d..5e42c560 100644 --- a/gdb/event-top.c +++ b/gdb/event-top.c @@ -216,19 +216,6 @@ gdb_rl_callback_handler (char *rl) throw_exception_sjlj (gdb_rl_expt); } -/* Initialize all the necessary variables, start the event loop, - register readline, and stdin, start the loop. The DATA is the - interpreter data cookie, ignored for now. */ - -void -cli_command_loop (void *data) -{ - display_gdb_prompt (0); - - /* Now it's time to start the event loop. */ - start_event_loop (); -} - /* Change the function to be invoked every time there is a character ready on stdin. This is used when the user sets the editing off, therefore bypassing readline, and letting gdb handle the input |