opcodes/riscv-dis.c: Remove last_map_state
authorTsukasa OI <research_trasio@irq.a4lg.com>
Sat, 27 Aug 2022 13:08:03 +0000 (13:08 +0000)
committerTsukasa OI <research_trasio@irq.a4lg.com>
Fri, 14 Oct 2022 05:21:41 +0000 (05:21 +0000)
commit637d7c14299eea2fbffb0e133ffe5e1883fbd43b
tree4301af0c702c5d45ea35e7dd01c8b33c11107a2e
parent3009ffe06c8ede5fbb7c9d37dfc731ce2c8fdf45
opcodes/riscv-dis.c: Remove last_map_state

Before changing the core disassembler, we take care of minor code clarity
issues and improve readability.

This commit removes unused variable last_map_state (set by the
print_insn_riscv function but not read anywhere else).

opcodes/ChangeLog:

* riscv-dis.c (last_map_state): Remove.
(print_insn_riscv): Remove setting last_map_state.
opcodes/riscv-dis.c