public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [pushed] Remove two obsolete declarations
@ 2022-11-17 14:46 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2022-11-17 14:46 UTC (permalink / raw)
  To: gdb-patches; +Cc: Tom Tromey

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(-)

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,
-- 
2.34.3


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-17 14:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-17 14:46 [pushed] Remove two obsolete declarations Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).