remove unused variable ldb_t
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Tue, 11 Sep 2018 08:51:17 +0000 (10:51 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Sep 2018 08:51:17 +0000 (10:51 +0200)
Copied from Reference-LAPACK PR283

lapack-netlib/LAPACKE/src/lapacke_dsytrf_aa_2stage_work.c

index 2cc7b9a..dbd6e90 100644 (file)
@@ -50,7 +50,6 @@ lapack_int LAPACKE_dsytrf_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);
         double* a_t = NULL;
         double* tb_t = NULL;
         /* Check leading dimension(s) */