aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorQi Wang <interwq@gwu.edu>2018-03-05 14:45:04 -0800
committerQi Wang <interwq@gmail.com>2018-03-08 13:08:06 -0800
commitefa40532dc0fc000345086757ecaf8875313a012 (patch)
treef9f6faed399c320cf93caf6a108d1786f9614d14 /include
parent6b35366ef55bb5987c7ac91e1c100e9e55ef15cc (diff)
downloadplatform_external_jemalloc_new-efa40532dc0fc000345086757ecaf8875313a012.tar.gz
platform_external_jemalloc_new-efa40532dc0fc000345086757ecaf8875313a012.tar.bz2
platform_external_jemalloc_new-efa40532dc0fc000345086757ecaf8875313a012.zip
Remove config.thp which wasn't in use.
Diffstat (limited to 'include')
-rw-r--r--include/jemalloc/internal/jemalloc_preamble.h.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/jemalloc/internal/jemalloc_preamble.h.in b/include/jemalloc/internal/jemalloc_preamble.h.in
index f81f3a40..e621fbc8 100644
--- a/include/jemalloc/internal/jemalloc_preamble.h.in
+++ b/include/jemalloc/internal/jemalloc_preamble.h.in
@@ -122,13 +122,6 @@ static const bool config_stats =
false
#endif
;
-static const bool config_thp =
-#ifdef JEMALLOC_THP
- true
-#else
- false
-#endif
- ;
static const bool config_tls =
#ifdef JEMALLOC_TLS
true