Skip to content

Commit 41c8ba7

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <139731143+ShabiShett07@users.noreply.github.com>
1 parent 3faf922 commit 41c8ba7

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/dsyr2/src

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/blas/base/dsyr2/src/dsyr2.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
* @param LDA stride of the first dimension of `A` (a.k.a., leading dimension of the matrix `A`)
3737
*/
3838
void API_SUFFIX(c_dsyr2)( const CBLAS_LAYOUT order, const CBLAS_UPLO uplo, const CBLAS_INT N, const double alpha, const double *X, const CBLAS_INT strideX, const double *Y, const CBLAS_INT strideY, double *A, const CBLAS_INT LDA ) {
39-
CBLAS_INT vala;
4039
CBLAS_INT sa1;
4140
CBLAS_INT sa2;
4241
CBLAS_INT ox;

0 commit comments

Comments
 (0)