Merge branch 'rs/daemon-fixes' into maint
[gitweb.git] / git-compat-util.h
index 26e92f19cf6c82cfd55fcc7ba6de244c82c557c5..f587749b7cf6a74be376792eb0ad70b7e5e4f597 100644 (file)
@@ -731,17 +731,6 @@ void git_qsort(void *base, size_t nmemb, size_t size,
 #endif
 #endif
 
-#if defined(__GNUC__) && defined(__x86_64__)
-#include <emmintrin.h>
-/*
- * This is the system memory page size; it's used so that we can read
- * outside the bounds of an allocation without segfaulting.
- */
-#ifndef PAGE_SIZE
-#define PAGE_SIZE 4096
-#endif
-#endif
-
 #ifdef UNRELIABLE_FSTAT
 #define fstat_is_reliable() 0
 #else