diff options
Diffstat (limited to 'mips-dis.c')
-rw-r--r-- | mips-dis.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mips-dis.c b/mips-dis.c index fbc64c77ce..f6128955ca 100644 --- a/mips-dis.c +++ b/mips-dis.c @@ -2155,10 +2155,6 @@ struct mips_opcode *mips_opcodes = int bfd_mips_num_opcodes = MIPS_NUM_OPCODES; #undef MIPS_NUM_OPCODES -typedef int bfd_boolean; -#define TRUE (1) -#define FALSE (0) - /* Mips instructions are at maximum this many bytes long. */ #define INSNLEN 4 |