Skip to content

Commit

Permalink
Remove unused using pika::unwrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg authored Aug 18, 2023
1 parent 834b421 commit 1ac5cbb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/dlaf/auxiliary/norm/mc.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ dlaf::BaseType<T> Norm<Backend::MC, Device::CPU, T>::max_L(comm::CommunicatorGri

using dlaf::common::make_data;
using dlaf::common::internal::vector;
using pika::unwrapping;

using dlaf::tile::internal::lange;
using dlaf::tile::internal::lantr;
Expand Down Expand Up @@ -102,7 +101,6 @@ dlaf::BaseType<T> Norm<Backend::MC, Device::CPU, T>::max_G(comm::CommunicatorGri

using dlaf::common::make_data;
using dlaf::common::internal::vector;
using pika::unwrapping;

using dlaf::tile::internal::lange;
using dlaf::tile::internal::lantr;
Expand Down

0 comments on commit 1ac5cbb

Please sign in to comment.