fix #4063 remove unused pool_lock

This commit is contained in:
Mark Seminatore 2023-06-23 19:45:16 -07:00
parent d301649430
commit 8caabc5982
1 changed files with 0 additions and 3 deletions

View File

@ -66,12 +66,9 @@ int blas_server_avail = 0;
static BLASULONG server_lock = 0;
static blas_pool_t pool;
static BLASULONG pool_lock = 0;
static HANDLE blas_threads [MAX_CPU_NUMBER];
static DWORD blas_threads_id[MAX_CPU_NUMBER];
static void legacy_exec(void *func, int mode, blas_arg_t *args, void *sb){
if (!(mode & BLAS_COMPLEX)){