Remove info_terminal_command declaration, make definition static
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 26 Nov 2019 17:12:02 +0000 (12:12 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 26 Nov 2019 19:29:20 +0000 (14:29 -0500)
commitfe3adccffd7a62096af96228a280a6457deb5896
treeb6ff876140360b872e91c375d8c1c1dcd561b816
parentb926335f334fc8019643d14d4e6d247ed787746b
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
gdb/ChangeLog
gdb/inferior.h
gdb/inflow.c
This page took 0.025206 seconds and 4 git commands to generate.