diff --git a/driver/others/blas_server_omp.c b/driver/others/blas_server_omp.c index 43764df00..fe6b4a7c0 100644 --- a/driver/others/blas_server_omp.c +++ b/driver/others/blas_server_omp.c @@ -101,7 +101,6 @@ static void adjust_thread_buffers() { void goto_set_num_threads(int num_threads) { - if (num_threads < 0) blas_num_threads_set = 0; if (num_threads < 1) num_threads = blas_num_threads; if (num_threads > MAX_CPU_NUMBER) num_threads = MAX_CPU_NUMBER;