summaryrefslogtreecommitdiff
path: root/include/uriparser/UriDefsConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uriparser/UriDefsConfig.h')
-rw-r--r--include/uriparser/UriDefsConfig.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/uriparser/UriDefsConfig.h b/include/uriparser/UriDefsConfig.h
index 5ca9989..d87ccb6 100644
--- a/include/uriparser/UriDefsConfig.h
+++ b/include/uriparser/UriDefsConfig.h
@@ -88,10 +88,6 @@
/* http://predef.sourceforge.net/precomp.html#sec32 */
/* http://msdn2.microsoft.com/en-us/library/ms882281.aspx */
# define URI_INLINE __forceinline
-#elif (__GNUC__ >= 4)
-/* GCC C/C++ 4.x.x */
-/* http://predef.sourceforge.net/precomp.html#sec13 */
-# define URI_INLINE __attribute__((always_inline))
#elif (__STDC_VERSION__ >= 199901L)
/* C99, "inline" is a keyword */
# define URI_INLINE inline