From 104678ada9df0b5212d19d13196fd4b8a2269d54 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Thu, 20 Dec 2018 11:20:27 -0600 Subject: [PATCH] Removed unused variable in HFClusterAlgo This fixes the clang warning. --- RecoEgamma/EgammaHFProducers/plugins/HFClusterAlgo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RecoEgamma/EgammaHFProducers/plugins/HFClusterAlgo.cc b/RecoEgamma/EgammaHFProducers/plugins/HFClusterAlgo.cc index 13bfd97d739d4..8705ed1bb5b9e 100644 --- a/RecoEgamma/EgammaHFProducers/plugins/HFClusterAlgo.cc +++ b/RecoEgamma/EgammaHFProducers/plugins/HFClusterAlgo.cc @@ -221,7 +221,7 @@ bool HFClusterAlgo::makeCluster(const HcalDetId& seedid, const GlobalPoint& sp=geom->getPosition(seedid); std::vector coreCanid; std::vector::const_iterator ci; - HFRecHitCollection::const_iterator i,is,il; + HFRecHitCollection::const_iterator is,il; std::vector usedHits; HFRecHitCollection::const_iterator si;