diff options
author | David Goldblatt <davidgoldblatt@fb.com> | 2017-07-31 22:17:57 (GMT) |
---|---|---|
committer | David Goldblatt <davidtgoldblatt@gmail.com> | 2017-07-31 22:36:40 (GMT) |
commit | 9a39b23c9c823e8157e2e6850014fa67c09f9351 (patch) | |
tree | 4b209abd12c4c3e42e212de87d759eae6772887e /scripts | |
parent | 3800e55a2c6f4ffb03242db06437ad371db4ccd8 (diff) | |
download | jemalloc-9a39b23c9c823e8157e2e6850014fa67c09f9351.zip jemalloc-9a39b23c9c823e8157e2e6850014fa67c09f9351.tar.gz jemalloc-9a39b23c9c823e8157e2e6850014fa67c09f9351.tar.bz2 |
Remove a redundant '--with-malloc-conf=tcache:false' from gen_run_tests.py
This is already tested via its inclusion in possible_malloc_conf_opts.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gen_run_tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/gen_run_tests.py b/scripts/gen_run_tests.py index ddf2153..bf19c2c 100755 --- a/scripts/gen_run_tests.py +++ b/scripts/gen_run_tests.py @@ -22,7 +22,6 @@ possible_config_opts = [ '--enable-debug', '--enable-prof', '--disable-stats', - '--with-malloc-conf=tcache:false', ] possible_malloc_conf_opts = [ 'tcache:false', |