diff options
author | Jason Evans <jasone@canonware.com> | 2017-04-21 17:07:01 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2017-04-21 18:12:29 (GMT) |
commit | b2a8453a3fa653dc71f82ac9df64b012917f6b8c (patch) | |
tree | f8375caa920a1c54d77e99df4eed858f91de5ec2 /test/unit/mallctl.c | |
parent | ae248a216098add2d91358a49758b181bcbb4d35 (diff) | |
download | jemalloc-b2a8453a3fa653dc71f82ac9df64b012917f6b8c.zip jemalloc-b2a8453a3fa653dc71f82ac9df64b012917f6b8c.tar.gz jemalloc-b2a8453a3fa653dc71f82ac9df64b012917f6b8c.tar.bz2 |
Remove --disable-tls.
This option is no longer useful, because TLS is correctly configured
automatically on all supported platforms.
This partially resolves #580.
Diffstat (limited to 'test/unit/mallctl.c')
-rw-r--r-- | test/unit/mallctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/mallctl.c b/test/unit/mallctl.c index 945d829..8afd25a 100644 --- a/test/unit/mallctl.c +++ b/test/unit/mallctl.c @@ -136,7 +136,6 @@ TEST_BEGIN(test_mallctl_config) { TEST_MALLCTL_CONFIG(prof_libgcc, bool); TEST_MALLCTL_CONFIG(prof_libunwind, bool); TEST_MALLCTL_CONFIG(stats, bool); - TEST_MALLCTL_CONFIG(tls, bool); TEST_MALLCTL_CONFIG(utrace, bool); TEST_MALLCTL_CONFIG(xmalloc, bool); |