diff --git a/PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx b/PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx index ea68d56ee5d..0f5bb9e37e8 100644 --- a/PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx +++ b/PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx @@ -40,7 +40,6 @@ using namespace std; using MyCollisions = soa::Join; using MyTracks = soa::Join; - struct jEPFlowAnalysis { HistogramRegistry epFlowHistograms{"EPFlow", {}, OutputObjHandlingPolicy::AnalysisObject, true, true}; @@ -373,8 +372,6 @@ struct jEPFlowAnalysis { } } PROCESS_SWITCH(jEPFlowAnalysis, processDefault, "default process", true); - - }; WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)