diff options
Diffstat (limited to 'bfd/aoutx.h')
-rw-r--r-- | bfd/aoutx.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bfd/aoutx.h b/bfd/aoutx.h index 9a44f23..0d6a44c 100644 --- a/bfd/aoutx.h +++ b/bfd/aoutx.h @@ -1429,12 +1429,6 @@ DEFUN(NAME(aout,slurp_symbol_table),(abfd), table would be very useful for that, and I don't feel like fleshing out two completely different implementations. [raeburn:930419.0331EDT] */ -#if __GNUC__ >= 2 -#define INLINE __inline__ -#else -#define INLINE -#endif - struct stringtab_entry { /* Hash value for this string. Only useful so long as we aren't doing substring matches. */ |