diff options
Diffstat (limited to 'gdb/interps.h')
-rw-r--r-- | gdb/interps.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/interps.h b/gdb/interps.h index 95a885d..287df2c 100644 --- a/gdb/interps.h +++ b/gdb/interps.h @@ -257,10 +257,6 @@ extern struct interp *command_interp (void); extern void clear_interpreter_hooks (void); -/* Returns true if INTERP supports using the readline library; false - if it uses GDB's own simplified form of readline. */ -extern int interp_supports_command_editing (struct interp *interp); - /* List the possible interpreters which could complete the given text. */ extern void interpreter_completer (struct cmd_list_element *ignore, |