Skip to content

Commit 05881ef

Browse files
author
Fikret Ardal
committed
small fix on packed
1 parent a69f90f commit 05881ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

c++/nda/packed.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ namespace nda {
2424

2525
size_t index;
2626

27-
size_t padding = array.indexmap().get_padding();
28-
2927
packed_iterator(const pointer data_ptr, const std::size_t idx) : data(data_ptr), index(idx) {}
3028

3129
std::pair<simd_t, pointer> operator*() const {

0 commit comments

Comments
 (0)