diff --git a/Common/TableProducer/propagationServiceV2.cxx b/Common/TableProducer/propagationServiceV2.cxx index da9667f7378..151c39eb2bc 100644 --- a/Common/TableProducer/propagationServiceV2.cxx +++ b/Common/TableProducer/propagationServiceV2.cxx @@ -76,11 +76,6 @@ struct propagationServiceV2 { o2::common::StandardCCDBLoaderConfigurables standardCCDBLoaderConfigurables; o2::common::StandardCCDBLoader ccdbLoader; - // Declarative CCDB path overrides (replace grpmagPath / mVtxPath in StandardCCDBLoaderConfigurables) - // Option names: "ccdb:fGRPMagField" and "ccdb:fMeanVertex" respectively. - o2::framework::ConfigurableCCDBPath grpmagPath; - o2::framework::ConfigurableCCDBPath mVtxPath; - // boilerplate: strangeness builder stuff o2::pwglf::strangenessbuilder::products products; o2::pwglf::strangenessbuilder::coreConfigurables baseOpts;