aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2022-08-16 09:22:21 -0600
committerTom Tromey <tromey@adacore.com>2022-11-17 07:46:16 -0700
commit91f63aa2e2002a1533991b0e52579b2e026f50da (patch)
treee8107533f80d774ab38b6fdfb994b5fa5074da91 /gdb/cli
parent9da79058a78c049f3e7d8f4e4d0e07fc1e504b48 (diff)
downloadgdb-91f63aa2e2002a1533991b0e52579b2e026f50da.zip
gdb-91f63aa2e2002a1533991b0e52579b2e026f50da.tar.gz
gdb-91f63aa2e2002a1533991b0e52579b2e026f50da.tar.bz2
Remove two obsolete declarations
I happened to find a couple of obsolete declarations in cli-interp.h. This patch removes them. Tested by rebuilding.
Diffstat (limited to 'gdb/cli')
-rw-r--r--gdb/cli/cli-interp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/cli/cli-interp.h b/gdb/cli/cli-interp.h
index 863e8c3..1620305 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,