Skip to content

Commit

Permalink
Drop pointless Kokkos::Impl::CudaExec forward declaration
Browse files Browse the repository at this point in the history
There is no defintion for it...
  • Loading branch information
dalg24 committed Jan 12, 2024
1 parent be0c796 commit 0254c63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/Cuda/Kokkos_Cuda.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ static_assert(false,

namespace Kokkos {
namespace Impl {
class CudaExec;
class CudaInternal;
} // namespace Impl
} // namespace Kokkos
Expand Down

0 comments on commit 0254c63

Please sign in to comment.