Skip to content

Commit

Permalink
Removed unused variable in HFClusterAlgo
Browse files Browse the repository at this point in the history
This fixes the clang warning.
  • Loading branch information
Dr15Jones committed Dec 20, 2018
1 parent b8365c6 commit 104678a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoEgamma/EgammaHFProducers/plugins/HFClusterAlgo.cc
Expand Up @@ -221,7 +221,7 @@ bool HFClusterAlgo::makeCluster(const HcalDetId& seedid,
const GlobalPoint& sp=geom->getPosition(seedid);
std::vector<double> coreCanid;
std::vector<double>::const_iterator ci;
HFRecHitCollection::const_iterator i,is,il;
HFRecHitCollection::const_iterator is,il;
std::vector<DetId> usedHits;

HFRecHitCollection::const_iterator si;
Expand Down

0 comments on commit 104678a

Please sign in to comment.