aboutsummaryrefslogtreecommitdiff
path: root/sim/m68hc11/interp.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-06-09 22:26:16 +0800
committerMike Frysinger <vapier@gentoo.org>2015-06-11 07:17:12 -0400
commit5d19c36612c6b08627280bb0063ad1222b0a92dd (patch)
tree61c3c97e1496640e9a2b5fad6ddd470e6105d868 /sim/m68hc11/interp.c
parent31557eccb23b478e049b5eb7db3cb144c6533ee5 (diff)
downloadgdb-5d19c36612c6b08627280bb0063ad1222b0a92dd.zip
gdb-5d19c36612c6b08627280bb0063ad1222b0a92dd.tar.gz
gdb-5d19c36612c6b08627280bb0063ad1222b0a92dd.tar.bz2
sim: m68hc11/mn10300/v850: delete redundant INLINE defines
The sim-inline.h header already takes care of this for us, so punt the local definitions.
Diffstat (limited to 'sim/m68hc11/interp.c')
-rw-r--r--sim/m68hc11/interp.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sim/m68hc11/interp.c b/sim/m68hc11/interp.c
index 659001a..e9f3aab 100644
--- a/sim/m68hc11/interp.c
+++ b/sim/m68hc11/interp.c
@@ -41,14 +41,6 @@ char *interrupt_names[] = {
NULL
};
-#ifndef INLINE
-#if defined(__GNUC__) && defined(__OPTIMIZE__)
-#define INLINE __inline__
-#else
-#define INLINE
-#endif
-#endif
-
struct sim_info_list
{
const char *name;