Skip to content

Commit

Permalink
Fix more unused types
Browse files Browse the repository at this point in the history
  • Loading branch information
crtrott committed Mar 7, 2024
1 parent 8527496 commit 72b09b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/unit_test/view/TestMDSpanConversion.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ struct TestViewMDSpanConversion {
static void test_conversion_to_mdspan(
const MDSpanLayoutMapping &ref_layout_mapping, ViewType v,
const AccessorType &a) {
using view_type = ViewType;

auto cvt = v.to_mdspan(a);
ASSERT_EQ(cvt.data_handle(), v.data());
ASSERT_EQ(cvt.mapping(), ref_layout_mapping);
Expand Down

0 comments on commit 72b09b8

Please sign in to comment.