Skip to content

Commit 458f551

Browse files
authored
[Common] Do not add configurables when not needed. (#16298)
1 parent 78b7854 commit 458f551

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Common/TableProducer/propagationServiceV2.cxx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ struct propagationServiceV2 {
7676
o2::common::StandardCCDBLoaderConfigurables standardCCDBLoaderConfigurables;
7777
o2::common::StandardCCDBLoader ccdbLoader;
7878

79-
// Declarative CCDB path overrides (replace grpmagPath / mVtxPath in StandardCCDBLoaderConfigurables)
80-
// Option names: "ccdb:fGRPMagField" and "ccdb:fMeanVertex" respectively.
81-
o2::framework::ConfigurableCCDBPath<o2::aod::ccdbGlo::GRPMagField> grpmagPath;
82-
o2::framework::ConfigurableCCDBPath<o2::aod::ccdbGlo::MeanVertex> mVtxPath;
83-
8479
// boilerplate: strangeness builder stuff
8580
o2::pwglf::strangenessbuilder::products products;
8681
o2::pwglf::strangenessbuilder::coreConfigurables baseOpts;

0 commit comments

Comments
 (0)