summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/lz4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/lz4.c b/lib/lz4.c
index 076565a..cac3240 100644
--- a/lib/lz4.c
+++ b/lib/lz4.c
@@ -120,7 +120,6 @@
# pragma warning(disable : 4293) /* disable: C4293: too large shift (32-bits) */
#endif /* _MSC_VER */
-#define LZ4_FORCE_INLINE static
#ifndef LZ4_FORCE_INLINE
# ifdef _MSC_VER /* Visual Studio */
# define LZ4_FORCE_INLINE static __forceinline