Remove simulator_command declaration, make static
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 26 Nov 2019 17:12:04 +0000 (12:12 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 26 Nov 2019 19:29:20 +0000 (14:29 -0500)
commitd04afd58be9a490ab5ff0ea5ee6020f3d2781002
tree07e5dd69ae2fd5da9444e0f48c7674f228c85198
parentdd694d7740f4eacd8b7bcf4183ca31810e69e9d5
Remove simulator_command declaration, make static

The simulator_command function is not used outside its file, so make it
static.  Remove the declaration, which is not needed and not even in
sync with the definition.

gdb/ChangeLog:

* remote-sim.c (simulator_command): Make static, remove
declaration.

Change-Id: I40bd1e3662f849c4c9970443931ab9ee0ccccea1
gdb/ChangeLog
gdb/remote-sim.c
This page took 0.039815 seconds and 4 git commands to generate.