Skip to content

Commit

Permalink
Remove unused typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
tcclevenger committed Jan 17, 2024
1 parent 38b2a51 commit d97db06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/unit_test/TestReducers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,6 @@ struct TestReducers {
}
#endif

using member_type = typename Kokkos::TeamPolicy<ExecSpace>::member_type;

Scalar sum_scalar;
Kokkos::View<Scalar, ExecSpace> sum_view("result");
Kokkos::deep_copy(sum_view, Scalar(1));
Expand Down

0 comments on commit d97db06

Please sign in to comment.