diff options
Diffstat (limited to 'bfd/elfcode.h')
-rw-r--r-- | bfd/elfcode.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bfd/elfcode.h b/bfd/elfcode.h index 908e010..8846624 100644 --- a/bfd/elfcode.h +++ b/bfd/elfcode.h @@ -107,14 +107,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define ELFCLASS ELFCLASS32 #endif -#ifndef INLINE -#if __GNUC__ >= 2 -#define INLINE __inline__ -#else -#define INLINE -#endif -#endif - static int shstrtab_length_fixed; struct elf_sect_data { |