From a0bfceee0b4201e895124c668a98f3c2ee76eb93 Mon Sep 17 00:00:00 2001 From: Dylan Rankin Date: Tue, 7 Jul 2015 13:07:38 +0200 Subject: [PATCH] removing unused variable --- .../JetMET/src/HLTJetCollectionsForBoostedLeptonPlusJets.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/HLTrigger/JetMET/src/HLTJetCollectionsForBoostedLeptonPlusJets.cc b/HLTrigger/JetMET/src/HLTJetCollectionsForBoostedLeptonPlusJets.cc index dfd823e1d31c7..8996f3b2c83dc 100644 --- a/HLTrigger/JetMET/src/HLTJetCollectionsForBoostedLeptonPlusJets.cc +++ b/HLTrigger/JetMET/src/HLTJetCollectionsForBoostedLeptonPlusJets.cc @@ -100,7 +100,6 @@ HLTJetCollectionsForBoostedLeptonPlusJets::produce(edm::Event& iEvent, Handle theJetCollectionHandle; iEvent.getByToken(m_theJetToken, theJetCollectionHandle); - const JetCollection & theJetCollection = *theJetCollectionHandle; typename JetCollection::const_iterator jet; auto_ptr allSelections(new JetCollection);