Remove two obsolete declarations
authorTom Tromey <tromey@adacore.com>
Tue, 16 Aug 2022 15:22:21 +0000 (09:22 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 17 Nov 2022 14:46:16 +0000 (07:46 -0700)
I happened to find a couple of obsolete declarations in cli-interp.h.
This patch removes them.  Tested by rebuilding.

gdb/cli/cli-interp.h

index 863e8c3133eb997e346b9fd1cca2443963fe7147..1620305c26b6d9e0b4108cc52bfcb8cc721aa7ae 100644 (file)
@@ -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,