Skip to content

Commit

Permalink
Merge pull request #45493 from smuzaffar/cond-unused-wariables
Browse files Browse the repository at this point in the history
Cond: Remove unused variables
  • Loading branch information
cmsbuild authored Jul 22, 2024
2 parents d6691c0 + 663dd17 commit a823f61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CondCore/CondDB/src/DecodingKey.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ static const std::string NAMEPREFIX("N=");
static const std::string KEYPREFIX("K=");
static const std::string OWNERPREFIX("O=");

static const std::string DATEPREFIX("D=");
//static const std::string DATEPREFIX("D=");

static const std::string SERVICEPREFIX("S=");
static const std::string CONNECTIONPREFIX("C=");
Expand Down
4 changes: 2 additions & 2 deletions CondTools/RunInfo/src/RunInfoRead.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
#include <cmath>

namespace {
const std::string dot(".");
//const std::string dot(".");
const std::string quote("\"");
const std::string bNOTb(" NOT ");
//const std::string bNOTb(" NOT ");
const std::string squoted(const std::string& s) { return quote + s + quote; }
//now strings for the tables and columns to be queried
const std::string sParameterTable("RUNSESSION_PARAMETER");
Expand Down

0 comments on commit a823f61

Please sign in to comment.