Skip to content

Commit b088b54

Browse files
committed
Cleanup 5
1 parent 3953033 commit b088b54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ydb/library/yql/dq/runtime/dq_arrow_helpers.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,6 @@ class TBlockSplitter : public IBlockSplitter {
10851085
if (IsLegacyBlock) {
10861086
MKQL_ENSURE(count == 1, "Invalid width");
10871087
values = ExtractLegacyBlock(*values);
1088-
count = Width;
10891088
} else {
10901089
MKQL_ENSURE(count == Width, "Invalid width");
10911090
}

0 commit comments

Comments
 (0)