really remove the unused variable

This commit is contained in:
Martin Kroeker
2021-09-11 15:05:55 +02:00
committed by GitHub
parent 7d873a329f
commit 1085775bc6

View File

@@ -130,7 +130,6 @@ void CNAME(enum CBLAS_ORDER order, enum CBLAS_UPLO Uplo, int n, FLOAT alpha, FLO
PRINT_DEBUG_CNAME;
trans = -1;
uplo = -1;
info = 0;