Skip to content

Commit

Permalink
Merge pull request #23497 from Dr15Jones/unusedVariables
Browse files Browse the repository at this point in the history
Removed unused variables
  • Loading branch information
cmsbuild committed Jun 6, 2018
2 parents d918e6c + 0c1fff9 commit 61bfefa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion DataFormats/Common/test/DetSetNewTS_t.cpp
Expand Up @@ -259,7 +259,6 @@ void TestDetSet::fillPar() {

std::atomic<int> lock(0);
std::atomic<int> idet(0);
std::atomic<int> trial(0);

std::atomic<int> count(0);

Expand Down
1 change: 0 additions & 1 deletion DataFormats/Provenance/src/IndexIntoFile.cc
Expand Up @@ -547,7 +547,6 @@ namespace edm {

bool lumiMissing = (lumi == 0 && event != 0);

std::vector<RunOrLumiIndexes>::const_iterator it;
std::vector<RunOrLumiIndexes>::const_iterator iEnd = runOrLumiIndexes().end();
std::vector<RunOrLumiIndexes>::const_iterator phEnd;

Expand Down

0 comments on commit 61bfefa

Please sign in to comment.