remove unused status variable

This commit is contained in:
Martin Kroeker 2023-07-26 10:02:44 +02:00 committed by GitHub
parent 94adf98bb8
commit 9ff84dc3f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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;