From 2bf9ca3fe96d7198848dd4af8c7e331b58e3a618 Mon Sep 17 00:00:00 2001 From: Giovanni Marchiori Date: Tue, 12 Nov 2024 10:18:22 +0100 Subject: [PATCH] remove unused variable --- RecFCCeeCalorimeter/src/components/CreateFCCeeCaloNeighbours.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/RecFCCeeCalorimeter/src/components/CreateFCCeeCaloNeighbours.cpp b/RecFCCeeCalorimeter/src/components/CreateFCCeeCaloNeighbours.cpp index 08a3117..83f52f2 100644 --- a/RecFCCeeCalorimeter/src/components/CreateFCCeeCaloNeighbours.cpp +++ b/RecFCCeeCalorimeter/src/components/CreateFCCeeCaloNeighbours.cpp @@ -464,7 +464,6 @@ StatusCode CreateFCCeeCaloNeighbours::initialize() } // add the neighbours if within the acceptance of the layer - bool hasNeighbours = false; int thetaStep = (ecalBarrelModuleThetaSegmentation) ? ecalBarrelModuleThetaSegmentation->mergedThetaCells(eCalLastLayer) : 1; for (int ithetaECal = minThetaECal; ithetaECal <= maxThetaECal; ithetaECal += thetaStep) {