From 548153e789580a3a943cc564c7d95fb0523e8b19 Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Fri, 12 Jan 2018 15:55:24 -0800 Subject: [PATCH] Remove unused code in test/thread_tcache_enabled. --- test/integration/thread_tcache_enabled.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/integration/thread_tcache_enabled.c b/test/integration/thread_tcache_enabled.c index 0c343a6c..95c9acc1 100644 --- a/test/integration/thread_tcache_enabled.c +++ b/test/integration/thread_tcache_enabled.c @@ -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) {