From 302cb24addd18213c615dfa57de22dcae4776d2a Mon Sep 17 00:00:00 2001 From: Michael Tokarev Date: Tue, 10 Mar 2015 08:31:30 +0300 Subject: cris: remove unused cris_cond15 declarations Signed-off-by: Michael Tokarev Reviewed-by: Stefan Weil --- disas/cris.c | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'disas') diff --git a/disas/cris.c b/disas/cris.c index 9dfb4e3..e6cff7a 100644 --- a/disas/cris.c +++ b/disas/cris.c @@ -1210,21 +1210,10 @@ cris_cc_strings[] = "le", "a", /* This is a placeholder. In v0, this would be "ext". In v32, this - is "sb". See cris_conds15. */ + is "sb". */ "wf" }; -/* Different names and semantics for condition 1111 (0xf). */ -const struct cris_cond15 cris_cond15s[] = -{ - /* FIXME: In what version did condition "ext" disappear? */ - {"ext", cris_ver_v0_3}, - {"wf", cris_ver_v10}, - {"sb", cris_ver_v32p}, - {NULL, 0} -}; - - /* * Local variables: * eval: (c-set-style "gnu") -- cgit v1.1