Skip to content

Commit 94b9d0d

Browse files
committed
Remove redundant declaration from ASoAHelpers benchmark
1 parent 402c018 commit 94b9d0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Framework/Core/test/benchmark_ASoAHelpers.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ namespace test
2727
DECLARE_SOA_COLUMN_FULL(X, x, float, "x");
2828
DECLARE_SOA_COLUMN_FULL(Y, y, float, "y");
2929
DECLARE_SOA_COLUMN_FULL(Z, z, float, "z");
30-
DECLARE_SOA_DYNAMIC_COLUMN(Sum, sum, [](float x, float y) { return x + y; });
3130
} // namespace test
3231

3332
#ifdef __APPLE__

0 commit comments

Comments
 (0)