Skip to content

Commit 4f4bd4e

Browse files
authored
[QC-1021] Remove streamerinfov0.17 (#2069)
1 parent 58952de commit 4f4bd4e

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

Framework/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,6 @@ install(FILES example-default.json
440440
readout-no-sampling.json
441441
postprocessing.json
442442
streamerinfos.root
443-
streamerinfos_v017.root
444443
DESTINATION etc)
445444

446445
install(PROGRAMS script/o2-qc-functional-test.sh

Framework/src/CcdbDatabase.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ void CcdbDatabase::loadDeprecatedStreamerInfos()
7272
return;
7373
}
7474
string path = string(getenv("QUALITYCONTROL_ROOT")) + "/etc/";
75-
vector<string> filenames = { "streamerinfos.root", "streamerinfos_v017.root" };
75+
vector<string> filenames = { "streamerinfos.root" };
7676
for (const auto& filename : filenames) {
7777
string localPath = path + filename;
7878
ILOG(Debug, Devel) << "Loading streamerinfos from : " << localPath << ENDM;

Framework/streamerinfos_v017.root

-142 KB
Binary file not shown.

0 commit comments

Comments
 (0)