aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi/u_compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapi/u_compiler.h')
-rw-r--r--src/mapi/u_compiler.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mapi/u_compiler.h b/src/mapi/u_compiler.h
index f376e97a0f3..8ed0f712f5d 100644
--- a/src/mapi/u_compiler.h
+++ b/src/mapi/u_compiler.h
@@ -3,12 +3,6 @@
#include "c99_compat.h" /* inline, __func__, etc. */
-
-/* XXX: Use standard `inline` keyword instead */
-#ifndef INLINE
-# define INLINE inline
-#endif
-
/* Function visibility */
#ifndef PUBLIC
# if defined(__GNUC__) || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590))