Skip to content

Commit df9718f

Browse files
committed
Remove unused parameter
1 parent 989ec31 commit df9718f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ddc/print.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ struct ChunkPrinter
178178
// 0D, we don't need the element size in this case so the actual returned value can be anything.
179179
template <class ElementType, class Extents, class Layout, class Accessor>
180180
std::size_t find_largest_displayed_element(
181-
Kokkos::mdspan<ElementType, Extents, Layout, Accessor> const& s,
181+
Kokkos::mdspan<ElementType, Extents, Layout, Accessor> const&,
182182
std::index_sequence<>)
183183
{
184184
return 0;

0 commit comments

Comments
 (0)