disas/sparc: Remove unused data sparc_opcode_archs[]
commit7230818a2b54df826e5ecdd83bd20632c9a8b07c
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 23 Dec 2014 22:11:21 +0000 (23 22:11 +0000)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Wed, 21 Jan 2015 16:18:01 +0000 (21 16:18 +0000)
tree5bd0c930258f3989f68d180a18a38c2dbf7c5a92
parenta2035e83fd60e5b66644d321816ed634b908b4ee
disas/sparc: Remove unused data sparc_opcode_archs[]

Remove sparc_opcode_archs and the macros which use it, because we don't
use them in QEMU and they provoke clang warnings:

disas/sparc.c:307:39: warning: unused variable 'sparc_opcode_archs' [-Wunused-const-variable]
static const struct sparc_opcode_arch sparc_opcode_archs[] =
                                      ^

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
disas/sparc.c