Skip to content

Commit 1f6f732

Browse files
authored
remove redundant declaration
1 parent 7152d6b commit 1f6f732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/gemmt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ void CNAME(enum CBLAS_ORDER order, enum CBLAS_UPLO Uplo,
199199

200200
int transa, transb, uplo;
201201
blasint info;
202-
blasint m, lda, ldb;
202+
blasint lda, ldb;
203203
FLOAT *a, *b;
204204
XFLOAT *buffer;
205205

0 commit comments

Comments
 (0)