Skip to content

Commit

Permalink
rm errant "e += i"
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpowelsnl committed Jan 17, 2024
1 parent 1c7131b commit 3ef736b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/unit_test/TestExecutionSpace.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ struct CheckClassWithExecutionSpaceAsDataMemberIsCopyable {
Kokkos::DefaultExecutionSpace device;
Kokkos::DefaultHostExecutionSpace host;

KOKKOS_FUNCTION void operator()(int, int& e) const { e += i; }

CheckClassWithExecutionSpaceAsDataMemberIsCopyable() {
int errors;
Kokkos::parallel_reduce(Kokkos::RangePolicy<ExecutionSpace>(0, 1), *this,
Expand Down

0 comments on commit 3ef736b

Please sign in to comment.