Remove config.thp which wasn't in use.

This commit is contained in:
Qi Wang
2018-03-05 14:45:04 -08:00
committed by Qi Wang
parent 6b35366ef5
commit efa40532dc
5 changed files with 0 additions and 43 deletions

View File

@@ -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