Remove unused code in test/thread_tcache_enabled.

This commit is contained in:
Qi Wang 2018-01-12 15:55:24 -08:00 committed by Qi Wang
parent 26b1c13982
commit 548153e789

View File

@ -60,8 +60,6 @@ thd_start(void *arg) {
free(malloc(1));
return NULL;
test_skip("\"thread.tcache.enabled\" mallctl not available");
return NULL;
}
TEST_BEGIN(test_main_thread) {