Skip to content

Commit

Permalink
Merge pull request #25538 from Dr15Jones/clangHFClusterAlgo
Browse files Browse the repository at this point in the history
Removed unused variable in HFClusterAlgo
  • Loading branch information
cmsbuild committed Dec 21, 2018
2 parents 90cfd02 + 104678a commit 083fbd7
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 083fbd7

Please sign in to comment.