remove redundant declaration
This commit is contained in:
parent
7152d6b06d
commit
1f6f7328eb
|
@ -199,7 +199,7 @@ void CNAME(enum CBLAS_ORDER order, enum CBLAS_UPLO Uplo,
|
||||||
|
|
||||||
int transa, transb, uplo;
|
int transa, transb, uplo;
|
||||||
blasint info;
|
blasint info;
|
||||||
blasint m, lda, ldb;
|
blasint lda, ldb;
|
||||||
FLOAT *a, *b;
|
FLOAT *a, *b;
|
||||||
XFLOAT *buffer;
|
XFLOAT *buffer;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue