really remove the unused variable
This commit is contained in:
parent
7d873a329f
commit
1085775bc6
|
@ -130,7 +130,6 @@ void CNAME(enum CBLAS_ORDER order, enum CBLAS_UPLO Uplo, int n, FLOAT alpha, FLO
|
||||||
|
|
||||||
PRINT_DEBUG_CNAME;
|
PRINT_DEBUG_CNAME;
|
||||||
|
|
||||||
trans = -1;
|
|
||||||
uplo = -1;
|
uplo = -1;
|
||||||
info = 0;
|
info = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue