remove unused variable ldb_t
Copied from Reference-LAPACK PR283
This commit is contained in:
parent
5cf090f516
commit
094f8c3b57
|
@ -50,7 +50,6 @@ lapack_int LAPACKE_zsytrf_aa_2stage_work( int matrix_layout, char uplo, lapack_i
|
|||
}
|
||||
} else if( matrix_layout == LAPACK_ROW_MAJOR ) {
|
||||
lapack_int lda_t = MAX(1,n);
|
||||
lapack_int ldb_t = MAX(1,n);
|
||||
lapack_complex_double* a_t = NULL;
|
||||
lapack_complex_double* tb_t = NULL;
|
||||
/* Check leading dimension(s) */
|
||||
|
|
Loading…
Reference in New Issue