Skip to content

Commit 2444cd5

Browse files
committed
ITS: remove duplicate param instances
1 parent 64315ad commit 2444cd5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Detectors/ITSMFT/ITS/tracking/src/TrackingConfigParam.cxx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,7 @@
1010
// or submit itself to any jurisdiction.
1111

1212
#include "ITStracking/TrackingConfigParam.h"
13-
#include "ITStracking/Configuration.h"
14-
15-
namespace o2
16-
{
17-
namespace its
18-
{
19-
static auto& sVertexerParamITS = o2::its::VertexerParamConfig::Instance();
20-
static auto& sCATrackerParamITS = o2::its::TrackerParamConfig::Instance();
21-
static auto& sGpuRecoParamITS = o2::its::ITSGpuTrackingParamConfig::Instance();
2213

2314
O2ParamImpl(o2::its::VertexerParamConfig);
2415
O2ParamImpl(o2::its::TrackerParamConfig);
2516
O2ParamImpl(o2::its::ITSGpuTrackingParamConfig);
26-
} // namespace its
27-
} // namespace o2

0 commit comments

Comments
 (0)