aboutsummaryrefslogtreecommitdiff
path: root/gdb/inferior.h
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2019-11-26 12:12:02 -0500
committerSimon Marchi <simon.marchi@efficios.com>2019-11-26 14:29:20 -0500
commitfe3adccffd7a62096af96228a280a6457deb5896 (patch)
treeb6ff876140360b872e91c375d8c1c1dcd561b816 /gdb/inferior.h
parentb926335f334fc8019643d14d4e6d247ed787746b (diff)
downloadfsf-binutils-gdb-fe3adccffd7a62096af96228a280a6457deb5896.zip
fsf-binutils-gdb-fe3adccffd7a62096af96228a280a6457deb5896.tar.gz
fsf-binutils-gdb-fe3adccffd7a62096af96228a280a6457deb5896.tar.bz2
Remove info_terminal_command declaration, make definition static
The info_terminal_command declaration in inflow.h does not match the current definition. It is not needed anyway, as info_terminal_command is only used locally, so remove it and make the definition static. gdb/ChangeLog: * inferior.h (info_terminal_command): Remove declaration. * inflow.c (info_terminal_command): Make static. Change-Id: I22c3fcc44244e3cf877b5e27eff189af11c39503
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r--gdb/inferior.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h
index 43f0417..3bd9e8c 100644
--- a/gdb/inferior.h
+++ b/gdb/inferior.h
@@ -159,8 +159,6 @@ extern void default_print_float_info (struct gdbarch *gdbarch,
extern void child_terminal_info (struct target_ops *self, const char *, int);
-extern void info_terminal_command (char *, int);
-
extern void child_terminal_ours (struct target_ops *self);
extern void child_terminal_ours_for_output (struct target_ops *self);