Skip to content

Commit ce1e5d6

Browse files
committed
GPU TPC Clusterizer: remove unused constexpr debug variables
1 parent 915d42d commit ce1e5d6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

GPU/GPUTracking/TPCClusterFinder/CfConsts.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ GPUconstexpr() tpccf::Delta2 InnerNeighbors[8] =
3535
{1, 0},
3636
{1, 1}};
3737

38-
GPUconstexpr() bool InnerTestEq[8] =
39-
{
40-
true, true, true, true,
41-
false, false, false, false};
42-
4338
GPUconstexpr() tpccf::Delta2 OuterNeighbors[16] =
4439
{
4540
{-2, -1},

0 commit comments

Comments
 (0)