Skip to content

Commit 76e91c0

Browse files
Omit unused arguments
1 parent 7e034db commit 76e91c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/xtensor/xchunked_array.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ namespace xt
310310
}
311311

312312
template <class S1, class S2>
313-
static void resize(E& chunks, const S1& container_shape, const S2& chunk_shape, layout_type chunk_memory_layout)
313+
static void resize(E& chunks, const S1& container_shape, const S2& /*chunk_shape*/, layout_type /*chunk_memory_layout*/)
314314
{
315315
chunks.resize(container_shape);
316316
}

0 commit comments

Comments
 (0)