The sim-inline.h header already takes care of this for us, so punt
the local definitions.
+2015-06-11  Mike Frysinger  <vapier@gentoo.org>
+
+       * interp.c (INLINE): Delete define.
+
 2015-04-29  Nick Clifton  <nickc@redhat.com>
 
        PR 18273
 
   NULL
 };
 
-#ifndef INLINE
-#if defined(__GNUC__) && defined(__OPTIMIZE__)
-#define INLINE __inline__
-#else
-#define INLINE
-#endif
-#endif
-
 struct sim_info_list
 {
   const char *name;
 
+2015-06-11  Mike Frysinger  <vapier@gentoo.org>
+
+       * interp.c (INLINE): Delete define.
+       * mn10300_sim.h (INLINE): Likewise.
+
 2015-04-18  Mike Frysinger  <vapier@gentoo.org>
 
        * sim-main.h (SIM_CPU): Delete.
 
 
 #include "bfd.h"
 
-#ifndef INLINE
-#ifdef __GNUC__
-#define INLINE inline
-#else
-#define INLINE
-#endif
-#endif
-
 
 host_callback *mn10300_callback;
 int mn10300_debug;
 
 #include "bfd.h"
 #include "sim-fpu.h"
 
-#ifndef INLINE
-#ifdef __GNUC__
-#define INLINE inline
-#else
-#define INLINE
-#endif
-#endif
-
 extern host_callback *mn10300_callback;
 extern SIM_DESC simulator;
 
 
+2015-06-11  Mike Frysinger  <vapier@gentoo.org>
+
+       * interp.c (INLINE): Delete define.
+
 2015-04-18  Mike Frysinger  <vapier@gentoo.org>
 
        * sim-main.h (SIM_CPU): Delete.
 
 
 #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.  */