From 1b57558d9dd5cafe7392cfd28ab25a5001c8332d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Jacazio?= Date: Wed, 7 Jan 2026 10:46:19 +0100 Subject: [PATCH] Remove unused processDummy function Removed unused processDummy function and related macro. --- .../TableProducer/OTF/onTheFlyDetectorGeometryProvider.cxx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ALICE3/TableProducer/OTF/onTheFlyDetectorGeometryProvider.cxx b/ALICE3/TableProducer/OTF/onTheFlyDetectorGeometryProvider.cxx index d1c1dfb597d..680a79e2dcd 100644 --- a/ALICE3/TableProducer/OTF/onTheFlyDetectorGeometryProvider.cxx +++ b/ALICE3/TableProducer/OTF/onTheFlyDetectorGeometryProvider.cxx @@ -82,11 +82,6 @@ struct OnTheFlyDetectorGeometryProvider { pc.services().get().endOfStream(); pc.services().get().readyToQuit(o2::framework::QuitRequest::Me); } - - void processDummy(o2::aod::McCollisions const&) - { - } - PROCESS_SWITCH(OnTheFlyDetectorGeometryProvider, processDummy, "process dummy", false); }; // #define VERIFY_ALICE3