Skip to content

Commit 4ac417c

Browse files
committed
util: fixup
1 parent 7d3275a commit 4ac417c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ortools/util/fixed_shape_binary_tree.h

-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ class FixedShapeBinaryTree {
218218
template <typename TypeWithPushBack>
219219
void PartitionIntervalIntoNodes(LeafIndex first_leaf, LeafIndex last_leaf,
220220
TypeWithPushBack* result) const {
221-
DCHECK_LE(first_leaf, last_leaf);
222221
TreeNodeIndex prev(0);
223222
TreeNodeIndex current = GetNodeStartOfRange(first_leaf, last_leaf);
224223
if (current == Root()) {

0 commit comments

Comments
 (0)