From 1085775bc68c7de6e4a93c0d920b5564c8e84706 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 11 Sep 2021 15:05:55 +0200 Subject: [PATCH] really remove the unused variable --- interface/zsyr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/zsyr.c b/interface/zsyr.c index c70bd819e..54fb8a4e9 100644 --- a/interface/zsyr.c +++ b/interface/zsyr.c @@ -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;