Skip to content

Commit

Permalink
removing unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrankin committed Jul 7, 2015
1 parent 52e8e6b commit a0bfcee
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ HLTJetCollectionsForBoostedLeptonPlusJets<jetType>::produce(edm::Event& iEvent,
Handle<JetCollection> theJetCollectionHandle;
iEvent.getByToken(m_theJetToken, theJetCollectionHandle);

const JetCollection & theJetCollection = *theJetCollectionHandle;
typename JetCollection::const_iterator jet;

auto_ptr<JetCollection> allSelections(new JetCollection);
Expand Down

0 comments on commit a0bfcee

Please sign in to comment.