Refs #307. Delete debug printf.
This commit is contained in:
parent
05bb391c3a
commit
b263e096af
|
@ -441,7 +441,7 @@ int BLASFUNC(blas_thread_shutdown)(void){
|
|||
if (blas_server_avail){
|
||||
|
||||
SetEvent(pool.killed);
|
||||
printf("blas_num_threads=%d\n", blas_num_threads);
|
||||
|
||||
for(i = 0; i < blas_num_threads - 1; i++){
|
||||
WaitForSingleObject(blas_threads[i], 5); //INFINITE);
|
||||
TerminateThread(blas_threads[i],0);
|
||||
|
|
Loading…
Reference in New Issue