Skip to content

Commit a823f61

Browse files
authored
Merge pull request #45493 from smuzaffar/cond-unused-wariables
Cond: Remove unused variables
2 parents d6691c0 + 663dd17 commit a823f61

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CondCore/CondDB/src/DecodingKey.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ static const std::string NAMEPREFIX("N=");
2424
static const std::string KEYPREFIX("K=");
2525
static const std::string OWNERPREFIX("O=");
2626

27-
static const std::string DATEPREFIX("D=");
27+
//static const std::string DATEPREFIX("D=");
2828

2929
static const std::string SERVICEPREFIX("S=");
3030
static const std::string CONNECTIONPREFIX("C=");

CondTools/RunInfo/src/RunInfoRead.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
#include <cmath>
2424

2525
namespace {
26-
const std::string dot(".");
26+
//const std::string dot(".");
2727
const std::string quote("\"");
28-
const std::string bNOTb(" NOT ");
28+
//const std::string bNOTb(" NOT ");
2929
const std::string squoted(const std::string& s) { return quote + s + quote; }
3030
//now strings for the tables and columns to be queried
3131
const std::string sParameterTable("RUNSESSION_PARAMETER");

0 commit comments

Comments
 (0)