aboutsummaryrefslogtreecommitdiff
path: root/lib/common/mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/mem.h')
-rw-r--r--lib/common/mem.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/common/mem.h b/lib/common/mem.h
index 98dd47a0..096f4be5 100644
--- a/lib/common/mem.h
+++ b/lib/common/mem.h
@@ -31,15 +31,6 @@ extern "C" {
# include <stdlib.h> /* _byteswap_ulong */
# include <intrin.h> /* _byteswap_* */
#endif
-#if defined(__GNUC__)
-# define MEM_STATIC static __inline __attribute__((unused))
-#elif defined (__cplusplus) || (defined (__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L) /* C99 */)
-# define MEM_STATIC static inline
-#elif defined(_MSC_VER)
-# define MEM_STATIC static __inline
-#else
-# define MEM_STATIC static /* this version may generate warnings for unused static functions; disable the relevant warning */
-#endif
/*-**************************************************************
* Basic Types