aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2022-06-23 11:09:28 -0600
committerTom Tromey <tromey@adacore.com>2022-07-18 08:49:55 -0600
commitefd3baf0dcb38d7ecc2c8b4d1553254d3c022b7a (patch)
tree32c375e1e893117e20299cee54d30c1cb91e7679 /gdb/defs.h
parent8f7f9b3a9142eeea50054b83e9bce12056bae6c9 (diff)
downloadfsf-binutils-gdb-efd3baf0dcb38d7ecc2c8b4d1553254d3c022b7a.zip
fsf-binutils-gdb-efd3baf0dcb38d7ecc2c8b4d1553254d3c022b7a.tar.gz
fsf-binutils-gdb-efd3baf0dcb38d7ecc2c8b4d1553254d3c022b7a.tar.bz2
Replace input_interactive_p with a method
This replaces the global input_interactive_p function with a new method ui::input_interactive_p.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 19f379d..99a03fb 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -322,8 +322,6 @@ extern void print_prompt (void);
struct ui;
-extern int input_interactive_p (struct ui *);
-
extern bool info_verbose;
/* From printcmd.c */