diff options
Diffstat (limited to 'sparc-dis.c')
-rw-r--r-- | sparc-dis.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sparc-dis.c b/sparc-dis.c index ae633f2cf9..f88efe66c7 100644 --- a/sparc-dis.c +++ b/sparc-dis.c @@ -224,7 +224,6 @@ typedef struct sparc_opcode #define RS2_G0 RS2 (~0) static const struct sparc_opcode sparc_opcodes[]; -static const int sparc_num_opcodes; static const char *sparc_decode_asi_v8 (int); static const char *sparc_decode_asi_v9 (int); |