[pushed] Remove two obsolete declarations

Message ID 20221117144655.247408-1-tromey@adacore.com
State Committed
Commit 91f63aa2e2002a1533991b0e52579b2e026f50da
Headers
Series [pushed] Remove two obsolete declarations |

Commit Message

Tom Tromey Nov. 17, 2022, 2:46 p.m. UTC
  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 | 4 ----
 1 file changed, 4 deletions(-)
  

Patch

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 @@  class cli_interp_base : public interp
   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,