Skip to content

Commit 5c0556c

Browse files
author
Niveditha Ramasubramanian
committed
remving constructor pointer
1 parent cf8aea4 commit 5c0556c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGUD/Tasks/upcPolarisationJpsiIncoh.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include "PWGUD/DataModel/UDTables.h"
1919

2020
#include "Common/Core/RecoDecay.h"
21+
2122
#include "CCDB/BasicCCDBManager.h"
2223
#include "CommonConstants/PhysicsConstants.h"
2324
#include "DataFormatsParameters/GRPECSObject.h"
@@ -318,7 +319,6 @@ struct UpcPolarisationJpsiIncoh {
318319

319320
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
320321
{
321-
auto ptr = std::make_shared<UpcPolarisationJpsiIncoh>();
322322
return WorkflowSpec{
323323
adaptAnalysisTask<UpcPolarisationJpsiIncoh>(cfgc),
324324
};

0 commit comments

Comments
 (0)