summaryrefslogtreecommitdiff
path: root/src/common/malloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/malloc.h')
-rw-r--r--src/common/malloc.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/common/malloc.h b/src/common/malloc.h
index 2cef33982..1af9cba62 100644
--- a/src/common/malloc.h
+++ b/src/common/malloc.h
@@ -154,13 +154,6 @@
////////////////////////////////////////////////
unsigned int malloc_usage (void);
-#ifndef INLINE
- #ifdef _WIN32
- #define INLINE
- #else
- #define INLINE inline
- #endif
-#endif
void malloc_init (void);
void malloc_final (void);