mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-25 06:13:13 +00:00
Remove unused code in test/thread_tcache_enabled.
This commit is contained in:
@@ -60,8 +60,6 @@ thd_start(void *arg) {
|
|||||||
|
|
||||||
free(malloc(1));
|
free(malloc(1));
|
||||||
return NULL;
|
return NULL;
|
||||||
test_skip("\"thread.tcache.enabled\" mallctl not available");
|
|
||||||
return NULL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_BEGIN(test_main_thread) {
|
TEST_BEGIN(test_main_thread) {
|
||||||
|
|||||||
Reference in New Issue
Block a user