Skip to content

Commit

Permalink
Removed unused variable from src/EcalTrivialObjectAnalyzer
Browse files Browse the repository at this point in the history
This fixes a clang warning.
  • Loading branch information
Dr15Jones committed Feb 15, 2019
1 parent c52e281 commit 9768687
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 9768687

Please sign in to comment.