Skip to content

Commit be3a36e

Browse files
authored
Merge pull request #47040 from makortel/removeCommentedPutenv
Remove commented-out `putenv()` calls from `SiPixelFedCablingMapWriter`
2 parents f55e6a5 + 562c81d commit be3a36e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CalibTracker/SiPixelConnectivity/test/SiPixelFedCablingMapWriter.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ SiPixelFedCablingMapWriter::SiPixelFedCablingMapWriter(const edm::ParameterSet&
4545
out << " input file name " << fileName_ << endl;
4646
//out << " phase " << phase1_ << endl;
4747
LogInfo("initialisation: ") << out.str();
48-
49-
//::putenv(const_cast<char*>(std::string("CORAL_AUTH_USER=me").c_str()));
50-
//::putenv(const_cast<char*>(std::string("CORAL_AUTH_PASSWORD=none").c_str()));
5148
}
5249

5350
SiPixelFedCablingMapWriter::~SiPixelFedCablingMapWriter() = default;

0 commit comments

Comments
 (0)