commit | 7230818a2b54df826e5ecdd83bd20632c9a8b07c | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Dec 23 22:11:21 2014 +0000 |
committer | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | Wed Jan 21 16:18:01 2015 +0000 |
tree | 5bd0c930258f3989f68d180a18a38c2dbf7c5a92 | |
parent | a2035e83fd60e5b66644d321816ed634b908b4ee [diff] |
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>