remove unused variable ldb_t

Copied from Reference-LAPACK PR283
This commit is contained in:
Martin Kroeker 2018-09-11 10:53:47 +02:00 committed by GitHub
parent 5cf090f516
commit 094f8c3b57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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) */