Skip to content

Commit

Permalink
Removed unused variable iClu
Browse files Browse the repository at this point in the history
The clang compiler was issuing a warning for the unused variable.
  • Loading branch information
Dr15Jones committed Aug 6, 2018
1 parent 01e3f78 commit fcbf148
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DataFormats/L1TrackTrigger/interface/TTStub.h
Expand Up @@ -190,7 +190,6 @@ std::string TTStub< T >::print( unsigned int i ) const
output << padding << "DetId: " << theDetId.rawId() << ", position: " << this->getTriggerPosition();
output << ", bend: " << this->getTriggerBend() << '\n';
output << ", hardware bend: " << this->getHardwareBend() << '\n';
unsigned int iClu = 0;
output << padding << "cluster 0: address: " << theClusterRef0.get();
output << ", cluster size: " << theClusterRef0->getHits().size() << '\n';
output << padding << "cluster 1: address: " << theClusterRef1.get();
Expand Down

0 comments on commit fcbf148

Please sign in to comment.