really remove the unused variable
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sat, 11 Sep 2021 13:05:55 +0000 (15:05 +0200)
committerGitHub <noreply@github.com>
Sat, 11 Sep 2021 13:05:55 +0000 (15:05 +0200)
interface/zsyr.c

index c70bd81..54fb8a4 100644 (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;