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

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;