Skip to content

Commit 5836354

Browse files
authored
remove unused variable ldb_t
Copied from Reference-LAPACK PR283
1 parent 61659f8 commit 5836354

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lapack-netlib/LAPACKE/src/lapacke_dsytrf_aa_2stage_work.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ lapack_int LAPACKE_dsytrf_aa_2stage_work( int matrix_layout, char uplo, lapack_i
5050
}
5151
} else if( matrix_layout == LAPACK_ROW_MAJOR ) {
5252
lapack_int lda_t = MAX(1,n);
53-
lapack_int ldb_t = MAX(1,n);
5453
double* a_t = NULL;
5554
double* tb_t = NULL;
5655
/* Check leading dimension(s) */

0 commit comments

Comments
 (0)