Skip to content

Commit 8caabc5

Browse files
committed
fix #4063 remove unused pool_lock
1 parent d301649 commit 8caabc5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

driver/others/blas_server_win32.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,9 @@ int blas_server_avail = 0;
6666
static BLASULONG server_lock = 0;
6767

6868
static blas_pool_t pool;
69-
static BLASULONG pool_lock = 0;
7069
static HANDLE blas_threads [MAX_CPU_NUMBER];
7170
static DWORD blas_threads_id[MAX_CPU_NUMBER];
7271

73-
74-
7572
static void legacy_exec(void *func, int mode, blas_arg_t *args, void *sb){
7673

7774
if (!(mode & BLAS_COMPLEX)){

0 commit comments

Comments
 (0)