diff --git a/src/python/corrade/containers.cpp b/src/python/corrade/containers.cpp index 303cf23..7750801 100644 --- a/src/python/corrade/containers.cpp +++ b/src/python/corrade/containers.cpp @@ -573,8 +573,6 @@ template void stridedArrayView(py::class_ sizes{reinterpret_cast(buffer.shape)}; - Containers::StaticArrayView strides{reinterpret_cast(buffer.strides)}; /* Calculate total memory size that spans the whole view. Mainly to make the constructor assert happy, not used otherwise */ std::size_t size = 0;