mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
Remove two obsolete declarations
I happened to find a couple of obsolete declarations in cli-interp.h. This patch removes them. Tested by rebuilding.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user