diff options
author | Jason Evans <je@fb.com> | 2012-04-16 19:39:45 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2012-04-16 19:41:19 (GMT) |
commit | a398a6b46e53035a4ef660b4c7a1c406f3abe645 (patch) | |
tree | 0fed21d9ea3754429176ba4a7561e3c08ee47a26 /configure.ac | |
parent | 1dbfd5a209bed1a3d4bacaa31726a4179a4f1215 (diff) | |
download | jemalloc-a398a6b46e53035a4ef660b4c7a1c406f3abe645.zip jemalloc-a398a6b46e53035a4ef660b4c7a1c406f3abe645.tar.gz jemalloc-a398a6b46e53035a4ef660b4c7a1c406f3abe645.tar.bz2 |
Remove configure test cruft.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8d20659..5d0c726 100644 --- a/configure.ac +++ b/configure.ac @@ -826,7 +826,6 @@ AC_CACHE_CHECK([whether munmap() leaves semi-permanent VM map holes], #include <stdlib.h> #include <sys/mman.h> -#define NPTRS 11 #define MMAP_SIZE ((size_t)(1U << 22)) static void * |