Skip to content

Commit

Permalink
Merge pull request #25954 from Dr15Jones/clangEcalTrivialCondModules
Browse files Browse the repository at this point in the history
Removed unused variable from src/EcalTrivialObjectAnalyzer
  • Loading branch information
cmsbuild committed Feb 17, 2019
2 parents 76fcbcb + 9768687 commit c0366dd
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -391,7 +391,6 @@ void EcalTrivialObjectAnalyzer::analyze(const edm::Event& e, const edm::EventSet

// laser timestamps
EcalLaserAPDPNRatios::EcalLaserTimeStamp ltimestamp;
EcalLaserAPDPNRatios::EcalLaserTimeStampMap::const_iterator ltimeit;
for (int i=1; i<=92; i++) {
ltimestamp = lratio->getTimeMap()[i];
std::cout << "i = " << std::setprecision(6) << i
Expand Down

0 comments on commit c0366dd

Please sign in to comment.