Skip to content

Commit 0386f65

Browse files
committed
Revert "GPU Common: Workaround for removing gpustd::array, temporary alias for O2Physics"
This reverts commit a850e9e.
1 parent 35ca22b commit 0386f65

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

DataFormats/Reconstruction/include/ReconstructionDataFormats/TrackParametrization.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
#include "GPUCommonDef.h"
3030
#include "GPUCommonRtypes.h"
3131
#include "GPUCommonMath.h"
32-
#include "GPUCommonArray.h"
3332
#include "GPUROOTCartesianFwd.h"
3433

3534
#ifndef GPUCA_GPUCODE_DEVICE

GPU/Common/GPUCommonArray.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,4 @@ using array = std::array<T, N>;
4848
} // namespace std
4949
#endif
5050

51-
namespace o2::gpu::gpustd
52-
{
53-
template <class T, size_t I>
54-
using array = ::std::array<T, I>; // temporary alias, to remove dependent types
55-
} // o2::gpu::gpustd
56-
5751
#endif // GPUCOMMONARRAY_H

0 commit comments

Comments
 (0)