8000 Removed superfluous transpose calls · arangodb/arangodb@5eb667d · GitHub
[go: up one dir, main page]

Skip to content

Commit 5eb667d

Browse files
committed
Removed superfluous transpose calls
1 parent c4c19fc commit 5eb667d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arangod/Zkd/ZkdHelper.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -464,9 +464,6 @@ auto zkd::getNextZValue(byte_string_view cur, byte_string_view min, byte_string_
464464
auto resultManipulator = RandomBitManipulator{result};
465465
auto minReader = RandomBitReader{min};
466466

467-
auto min_trans = transpose(min, dims);
468-
auto next_v = transpose(result, dims);
469-
470467
// Calculate the next bit position in dimension `dim` (regarding dims)
471468
// after `bitPos`
472469
auto const nextGreaterBitInDim = [dims](std::size_t const bitPos, std::size_t const dim) {

0 commit comments

Comments
 (0)
0