We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 402c018 commit 94b9d0dCopy full SHA for 94b9d0d
1 file changed
Framework/Core/test/benchmark_ASoAHelpers.cxx
@@ -27,7 +27,6 @@ namespace test
27
DECLARE_SOA_COLUMN_FULL(X, x, float, "x");
28
DECLARE_SOA_COLUMN_FULL(Y, y, float, "y");
29
DECLARE_SOA_COLUMN_FULL(Z, z, float, "z");
30
-DECLARE_SOA_DYNAMIC_COLUMN(Sum, sum, [](float x, float y) { return x + y; });
31
} // namespace test
32
33
#ifdef __APPLE__
0 commit comments