From fcbf1488cf64109027763bbea43a890084be6729 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Mon, 6 Aug 2018 16:12:13 -0500 Subject: [PATCH] Removed unused variable iClu The clang compiler was issuing a warning for the unused variable. --- DataFormats/L1TrackTrigger/interface/TTStub.h | 1 - 1 file changed, 1 deletion(-) diff --git a/DataFormats/L1TrackTrigger/interface/TTStub.h b/DataFormats/L1TrackTrigger/interface/TTStub.h index a2f1ab6a6991a..32b98e21f362a 100644 --- a/DataFormats/L1TrackTrigger/interface/TTStub.h +++ b/DataFormats/L1TrackTrigger/interface/TTStub.h @@ -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();