Skip to content

Commit

Permalink
Merge pull request #17031 from gartung/RecoParticleFlow-PFTracking-te…
Browse files Browse the repository at this point in the history
…st-fix-clang-warnings

RecoParticleFlow/PFTracking/test: fix clang warnings in test classes
  • Loading branch information
cmsbuild committed Dec 16, 2016
2 parents ac6151b + a01c7ae commit f819f82
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions RecoParticleFlow/PFTracking/test/PreIdAnalyzer.cc
Expand Up @@ -20,7 +20,6 @@ class PreIdAnalyzer : public edm::EDAnalyzer {
virtual void analyze(const edm::Event&, const edm::EventSetup& );
virtual void beginRun(edm::Run const&, edm::EventSetup const& );
// virtual void beginJobAnalyze(const edm::EventSetup & c);
virtual void endRun();
private:
edm::InputTag PreIdMapLabel_;
edm::InputTag TrackLabel_;
Expand Down Expand Up @@ -140,8 +139,6 @@ void PreIdAnalyzer::analyze(const edm::Event& iEvent, const edm::EventSetup& iSe
}
}

void PreIdAnalyzer::endRun() {;}


DEFINE_FWK_MODULE(PreIdAnalyzer);

Expand Down

0 comments on commit f819f82

Please sign in to comment.