* config/tc-mips.h (tc_frag_data_type, TC_FRAG_TYPE): Remove.

This commit is contained in:
Richard Sandiford 2004-01-24 17:37:29 +00:00
parent 13d9421f66
commit dadcf8010f
1 changed files with 0 additions and 5 deletions

View File

@ -186,9 +186,4 @@ extern enum dwarf2_format mips_dwarf2_format (void);
#define DWARF2_ADDR_SIZE(bfd) \
(DWARF2_FORMAT () == dwarf2_format_32bit ? 4 : 8)
typedef struct {
offsetT tc_fr_offset;
} tc_frag_data_type;
#define TC_FRAG_TYPE tc_frag_data_type
#endif /* TC_MIPS */