summaryrefslogtreecommitdiffstats
path: root/osdep/shmem.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/shmem.c')
-rw-r--r--osdep/shmem.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/osdep/shmem.c b/osdep/shmem.c
index 4ab04c07ae..24e3310ccb 100644
--- a/osdep/shmem.c
+++ b/osdep/shmem.c
@@ -8,8 +8,6 @@
#include "config.h"
-#if defined(USE_STREAM_CACHE) && !defined(WIN32)
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -116,5 +114,3 @@ void shmem_free(void* p,int size){
break;
}
}
-
-#endif