summaryrefslogtreecommitdiff
path: root/lib/replace/replace.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/replace/replace.h')
-rw-r--r--lib/replace/replace.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/replace/replace.h b/lib/replace/replace.h
index a6cafc10d66..ece71b74107 100644
--- a/lib/replace/replace.h
+++ b/lib/replace/replace.h
@@ -832,10 +832,6 @@ typedef unsigned long long ptrdiff_t ;
*/
#define PTR_DIFF(p1,p2) ((ptrdiff_t)(((const char *)(p1)) - (const char *)(p2)))
-#if MMAP_BLACKLIST
-#undef HAVE_MMAP
-#endif
-
#ifdef __COMPAR_FN_T
#define QSORT_CAST (__compar_fn_t)
#endif