diff options
Diffstat (limited to 'sim/v850/interp.c')
-rw-r--r-- | sim/v850/interp.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sim/v850/interp.c b/sim/v850/interp.c index 36da132..5b46feb 100644 --- a/sim/v850/interp.c +++ b/sim/v850/interp.c @@ -18,14 +18,6 @@ #include "bfd.h" -#ifndef INLINE -#ifdef __GNUC__ -#define INLINE inline -#else -#define INLINE -#endif -#endif - static const char * get_insn_name (sim_cpu *, int); /* For compatibility. */ |