summaryrefslogtreecommitdiff
path: root/git-compat-util.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-07-28 17:41:53 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-07-28 17:41:53 (GMT)
commit5e6502288d713cfa673c456a040ad0841db11dfa (patch)
treedeafc9d0162015c0056f7212bbe25302b54a929a /git-compat-util.h
parentdad2e7f4bf6e2f01bf2b589490441343a0f8f6f7 (diff)
downloadgit-5e6502288d713cfa673c456a040ad0841db11dfa.zip
git-5e6502288d713cfa673c456a040ad0841db11dfa.tar.gz
git-5e6502288d713cfa673c456a040ad0841db11dfa.tar.bz2
Revert "Merge branch 'dt/refs-check-refname-component-sse'"
This reverts commit 6f92e5ff3cdc813de8ef5327fd4bad492fb7d6c9, reversing changes made to a02ad882a17b9d45f63ea448391ac5e9f7948222.
Diffstat (limited to 'git-compat-util.h')
-rw-r--r--git-compat-util.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/git-compat-util.h b/git-compat-util.h
index 26e92f1..f587749 100644
--- a/git-compat-util.h
+++ b/git-compat-util.h
@@ -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