From 04b8bb9fc93287a05339c950c0d615d07ec1d1e6 Mon Sep 17 00:00:00 2001 From: Giulio Eulisse <10544+ktf@users.noreply.github.com> Date: Tue, 12 May 2026 09:55:40 +0200 Subject: [PATCH] Do not add configurables when not needed. --- Common/TableProducer/propagationServiceV2.cxx | 5 ----- 1 file changed, 5 deletions(-) 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;