Skip to content

Commit

Permalink
remove spurious undefs
Browse files Browse the repository at this point in the history
  • Loading branch information
fnrizzi committed Aug 2, 2023
1 parent a85dc98 commit 5e0704e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions algorithms/src/std_algorithms/impl/Kokkos_ForEachForEachN.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,4 @@ for_each_n_team_impl(const TeamHandleType& teamHandle, IteratorType first,
} // namespace Experimental
} // namespace Kokkos

#undef KOKKOS_DO_PRAGMA
#undef KOKKOS_NVCC_PRAGMA_PUSH
#undef KOKKOS_NVCC_PRAGMA_SUPPRESS
#undef KOKKOS_NVCC_PRAGMA_POP

#endif

0 comments on commit 5e0704e

Please sign in to comment.