summaryrefslogtreecommitdiff
path: root/spice
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-10-04 12:36:22 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-10-04 12:36:24 +0200
commit8b436f8a3e3973fec9995c01b2657aaaf2aee034 (patch)
tree5553e237dcf3893bbc579d7ad24608f9a5c82e2b /spice
parentba2192f1eab041a7f462d33cc7d63fab653dfe16 (diff)
macros: remove INLINE
This macro isn't used in the protocol headers, and clashes with other define from qemu.
Diffstat (limited to 'spice')
-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