From: Tom Tromey Date: Tue, 16 Aug 2022 15:22:21 +0000 (-0600) Subject: Remove two obsolete declarations X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=91f63aa2e2002a1533991b0e52579b2e026f50da;p=binutils-gdb.git Remove two obsolete declarations I happened to find a couple of obsolete declarations in cli-interp.h. This patch removes them. Tested by rebuilding. --- diff --git a/gdb/cli/cli-interp.h b/gdb/cli/cli-interp.h index 863e8c3133e..1620305c26b 100644 --- a/gdb/cli/cli-interp.h +++ b/gdb/cli/cli-interp.h @@ -34,10 +34,6 @@ public: bool supports_command_editing () override; }; -extern int cli_interpreter_supports_command_editing (struct interp *interp); - -extern void cli_interpreter_pre_command_loop (struct interp *self); - /* Returns true if the current stop should be printed to CONSOLE_INTERP. */ extern int should_print_stop_to_console (struct interp *interp,