Remove write-only assignment in rs6000-tdep.c
authorUros Bizjak <ubizjak@gmail.com>
Thu, 21 Dec 2017 01:42:05 +0000 (20:42 -0500)
committerSimon Marchi <simon.marchi@ericsson.com>
Thu, 21 Dec 2017 01:42:21 +0000 (20:42 -0500)
commit27e9ff87a627614fda7ddd89ddef745de5e988bb
tree42aeb95a8a2c6d9ef41cf9a0b22f29d133610c32
parent6eab0eaa1b71025cc1747396fdba127d25c209c0
Remove write-only assignment in rs6000-tdep.c

The result of this memory read is never used, so it can be removed.

gdb/ChangeLog:

* rs6000-tdep.c (ppc_deal_with_atomic_sequence): Remove
write-only assignment to "insn" variable.
gdb/ChangeLog
gdb/rs6000-tdep.c