summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spice/macros.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/spice/macros.h b/spice/macros.h
index 78538a5..62157b4 100644
--- a/spice/macros.h
+++ b/spice/macros.h
@@ -101,12 +101,6 @@
# define SPICE_END_DECLS
#endif
-#ifdef __GNUC__
-#define INLINE inline
-#else
-#define INLINE _inline
-#endif /* __GNUC__ */
-
#ifndef FALSE
#define FALSE (0)
#endif