From 656a4df5a307de45d6e41c12a1e4861b2ecce073 Mon Sep 17 00:00:00 2001
From: Giovanni La Mura <giovanni.lamura@inaf.it>
Date: Wed, 6 Dec 2023 13:41:33 +0100
Subject: [PATCH] Remove unused variables

---
 src/cluster/cluster.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/cluster/cluster.cpp b/src/cluster/cluster.cpp
index 99a648cf..7e31137d 100644
--- a/src/cluster/cluster.cpp
+++ b/src/cluster/cluster.cpp
@@ -50,7 +50,6 @@ void cluster() {
 		double phslst = gconf->sc_phi_end;
 		double wp = sconf->wp;
 		// Global variables for CLU
-		double pi = 2.0 * acos(0.0);
 		int lm = gconf->l_max;
 		if (gconf->li > lm) lm = gconf->li;
 		if (gconf->le > lm) lm = gconf->le;
@@ -237,7 +236,6 @@ void cluster() {
 			tppoan.write(reinterpret_cast<char *>(&nph), sizeof(int));
 			tppoan.write(reinterpret_cast<char *>(&nths), sizeof(int));
 			tppoan.write(reinterpret_cast<char *>(&nphs), sizeof(int));
-			int nlemt = c4->nlem + c4->nlem;
 			double wn = wp / 3.0e8;
 			double sqsfi = 1.0;
 			if (sconf->idfc < 0) {
-- 
GitLab