gdb/infcmd: remove the unused parameter 'args' in 'attach_post_wait'
authorTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Thu, 22 Apr 2021 15:22:38 +0000 (17:22 +0200)
committerTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Thu, 22 Apr 2021 15:22:38 +0000 (17:22 +0200)
commit27d0790a58e6606eb3404a8d10a9dcee82817987
treebda44b3a32e0ae93490ccc0807d504a5916ac8b9
parentc39ebbf43faa932a6860fd9c3607503641659898
gdb/infcmd: remove the unused parameter 'args' in 'attach_post_wait'

The 'arg' parameter of 'attach_post_wait' is unused.  Remove it.

gdb/ChangeLog:
2021-04-22  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>

* infcmd.c (attach_post_wait): Remove the unused parameter 'args'.
Update the references below.
(struct attach_command_continuation_args)
(attach_command_continuation)
(attach_command_continuation_free_args)
(attach_command)
(notice_new_inferior): Update to remove the reference to 'args'.
gdb/ChangeLog
gdb/infcmd.c