remove redundant declaration

This commit is contained in:
Martin Kroeker 2023-04-27 09:14:12 +02:00 committed by GitHub
parent 7152d6b06d
commit 1f6f7328eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ void CNAME(enum CBLAS_ORDER order, enum CBLAS_UPLO Uplo,
int transa, transb, uplo;
blasint info;
blasint m, lda, ldb;
blasint lda, ldb;
FLOAT *a, *b;
XFLOAT *buffer;