summaryrefslogtreecommitdiffstats
path: root/storage/maria/unittest/ma_pagecache_rwconsist2.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage/maria/unittest/ma_pagecache_rwconsist2.c')
-rw-r--r--storage/maria/unittest/ma_pagecache_rwconsist2.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/storage/maria/unittest/ma_pagecache_rwconsist2.c b/storage/maria/unittest/ma_pagecache_rwconsist2.c
index c92bec3c..28d3bb8d 100644
--- a/storage/maria/unittest/ma_pagecache_rwconsist2.c
+++ b/storage/maria/unittest/ma_pagecache_rwconsist2.c
@@ -268,10 +268,6 @@ int main(int argc __attribute__((unused)),
exit(1);
}
-#ifdef HAVE_THR_SETCONCURRENCY
- thr_setconcurrency(2);
-#endif
-
if ((pagen= init_pagecache(&pagecache, PCACHE_SIZE, 0, 0,
TEST_PAGE_SIZE, 0, 0)) == 0)
{