Fix build errors in aix-thread.c
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 27 Feb 2019 04:45:50 +0000 (23:45 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 27 Feb 2019 04:45:50 +0000 (23:45 -0500)
commit143420fb0d5ae54323ba9953f0818c194635228d
tree43db9e8efa355bdc3e3f50de428f5c6f4b947014
parent8e3173c608015e84c89990b9473189bf797ae0bf
Fix build errors in aix-thread.c

This patch fixes a few instances of unused variable and shadowed local
variable errors.

gdb/ChangeLog:

* aix-thread.c (ptid_cmp): Remove unused variable.
(get_signaled_thread): Likewise.
(store_regs_user_thread): Likewise.
(store_regs_kernel_thread): Likewise.
(fetch_regs_kernel_thread): Remove shadowed variable.
gdb/ChangeLog
gdb/aix-thread.c