diff options
Diffstat (limited to 'mysys/thr_lock.c')
-rw-r--r-- | mysys/thr_lock.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mysys/thr_lock.c b/mysys/thr_lock.c index c1ec0623..214ff01b 100644 --- a/mysys/thr_lock.c +++ b/mysys/thr_lock.c @@ -1784,9 +1784,6 @@ int main(int argc __attribute__((unused)),char **argv __attribute__((unused))) exit(1); } #endif -#ifdef HAVE_THR_SETCONCURRENCY - (void) thr_setconcurrency(2); -#endif for (i=0 ; i < array_elements(lock_counts) ; i++) { param[i]= i; |