Remove three redundant wrapper functions in remote.c
authorGary Benson <gbenson@redhat.com>
Mon, 30 Mar 2015 13:58:33 +0000 (14:58 +0100)
committerGary Benson <gbenson@redhat.com>
Mon, 30 Mar 2015 14:07:07 +0000 (15:07 +0100)
commit20f796c9700ce22f0bf596ddf435bc6b48efbc15
tree423806a091c924e1abca24ce5963d31063fdda49
parentbd53a53af486c6e5ab88b7f64342244392be1f1f
Remove three redundant wrapper functions in remote.c

gdb/ChangeLog:

* remote.c (remote_mourn_1): Remove function.  Update all callers
to use remote_mourn.
(extended_remote_mourn_1): Remove function.  Update all callers
to use extended_remote_mourn.
(extended_remote_attach_1): Remove function.  Update all callers
to use extended_remote_attach.
gdb/ChangeLog
gdb/remote.c