Skip to content

Commit 20581bf

Browse files
authored
Remove unused variable
1 parent 3e8c448 commit 20581bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

interface/zsyr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ void NAME(char *UPLO, blasint *N, FLOAT *ALPHA,
119119
void CNAME(enum CBLAS_ORDER order, enum CBLAS_UPLO Uplo, int n, FLOAT alpha, FLOAT *x, int incx, FLOAT *a, int lda) {
120120

121121
FLOAT *buffer;
122-
int trans, uplo;
122+
int uplo;
123123
blasint info;
124124
FLOAT * ALPHA = α
125125
FLOAT alpha_r = ALPHA[0];

0 commit comments

Comments
 (0)