Skip to content

Commit

Permalink
Merge pull request #25737 from Dr15Jones/clangME0SegAlgoRU
Browse files Browse the repository at this point in the history
Removed unused variable from ME0SegAlgoRU
  • Loading branch information
cmsbuild authored Jan 23, 2019
2 parents 2cd7530 + e91e1a0 commit a0c87b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RecoLocalMuon/GEMSegment/plugins/ME0SegAlgoRU.cc
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,6 @@ void ME0SegAlgoRU::compareProtoSegment(std::unique_ptr<MuonSegFit>& current_fit,
const HitAndPosition * old_hit = nullptr;
HitAndPositionPtrContainer new_proto_segment = current_proto_segment;

HitAndPositionPtrContainer::const_iterator it;
for (auto it = new_proto_segment.begin(); it != new_proto_segment.end();) {
if ((*it)->layer == new_hit.layer) {
old_hit = *it;
Expand Down

0 comments on commit a0c87b7

Please sign in to comment.