Skip to content

Commit

Permalink
Deleting useless comment
Browse files Browse the repository at this point in the history
Co-authored-by: ddiakiteaneo <[email protected]>
  • Loading branch information
fdenefaneo and ddiakiteaneo authored Feb 13, 2024
1 parent d93da93 commit bd1160a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ArmoniK.SDK.Client.Test/src/ArmoniK.SDK.Client.Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ std::vector<double> compute_workload(const std::vector<double> &input, const std
return std::vector<double>{};
}

// std::transform_reduce is in C++17, here in C++14
double result = 0.;
for (auto x : input) {
result += x * x * x;
Expand Down

0 comments on commit bd1160a

Please sign in to comment.