Skip to content

Commit 9ff84dc

Browse files
authored
remove unused status variable
1 parent 94adf98 commit 9ff84dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

driver/others/blas_server_omp.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ static void adjust_thread_buffers() {
101101

102102
void goto_set_num_threads(int num_threads) {
103103

104-
if (num_threads < 0) blas_num_threads_set = 0;
105104
if (num_threads < 1) num_threads = blas_num_threads;
106105

107106
if (num_threads > MAX_CPU_NUMBER) num_threads = MAX_CPU_NUMBER;

0 commit comments

Comments
 (0)