Browse Source

remove unused status variable

tags/v0.3.24
Martin Kroeker GitHub 2 years ago
parent
commit
94adf98bb8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      common_thread.h

+ 0
- 1
common_thread.h View File

@@ -53,7 +53,6 @@ extern void goto_set_num_threads(int nthreads);
/* Global Parameter */
extern int blas_cpu_number;
extern int blas_num_threads;
extern int blas_num_threads_set;
extern int blas_omp_linked;

#define BLAS_LEGACY 0x8000U


Loading…
Cancel
Save