diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2015-03-10 08:31:30 +0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2015-03-19 11:11:55 +0300 |
commit | 302cb24addd18213c615dfa57de22dcae4776d2a (patch) | |
tree | 33deabaf0fe995ffe23d4d4d7f0824d30da7b5a6 /target-cris | |
parent | cd232acfa0d70002fed89e9293f04afda577a513 (diff) | |
download | qemu-302cb24addd18213c615dfa57de22dcae4776d2a.tar.gz qemu-302cb24addd18213c615dfa57de22dcae4776d2a.tar.bz2 qemu-302cb24addd18213c615dfa57de22dcae4776d2a.zip |
cris: remove unused cris_cond15 declarations
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'target-cris')
-rw-r--r-- | target-cris/opcode-cris.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target-cris/opcode-cris.h b/target-cris/opcode-cris.h index 779d4aab70..e7ebb98cd0 100644 --- a/target-cris/opcode-cris.h +++ b/target-cris/opcode-cris.h @@ -108,16 +108,6 @@ struct cris_support_reg }; extern const struct cris_support_reg cris_support_regs[]; -struct cris_cond15 -{ - /* The name of the condition. */ - const char *const name; - - /* What CPU version this condition name applies to. */ - enum cris_insn_version_usage applicable_version; -}; -extern const struct cris_cond15 cris_conds15[]; - /* Opcode-dependent constants. */ #define AUTOINCR_BIT (0x04) |