Skip to content

Commit

Permalink
Remove unused alias declaration
Browse files Browse the repository at this point in the history
Fixes a warning reported by clang.
  • Loading branch information
bernhardmgruber authored and j-stephan committed Aug 25, 2023
1 parent 873b168 commit e4d9ab5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/alpaka/mem/buf/uniformCudaHip/Set.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ namespace alpaka
template<typename TQueue>
auto enqueue(TQueue& queue) const -> void
{
using Idx = Idx<TExtent>;

auto& view = this->m_view;
auto const& extent = this->m_extent;

Expand Down Expand Up @@ -134,8 +132,6 @@ namespace alpaka
template<typename TQueue>
auto enqueue(TQueue& queue) const -> void
{
using Idx = Idx<TExtent>;

auto& view = this->m_view;
auto const& extent = this->m_extent;

Expand Down Expand Up @@ -187,7 +183,6 @@ namespace alpaka
auto enqueue(TQueue& queue) const -> void
{
using Elem = alpaka::Elem<TView>;
using Idx = Idx<TExtent>;

auto& view = this->m_view;
auto const& extent = this->m_extent;
Expand Down

0 comments on commit e4d9ab5

Please sign in to comment.