remove unused variable ldb_t

Copied from Reference-LAPACK PR283
This commit is contained in:
Martin Kroeker
2018-09-11 10:52:30 +02:00
committed by GitHub
parent 58363542e7
commit 5cf090f516

View File

@@ -50,7 +50,6 @@ lapack_int LAPACKE_zhetrf_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) */