Skip to content

Commit d0b5d94

Browse files
committed
Remove autdated ASSERT fixing #13164
1 parent 53387a4 commit d0b5d94

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/library/basetracktablemodel.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -489,10 +489,6 @@ QVariant BaseTrackTableModel::rawSiblingValue(
489489
// FIXME: This should never happen but it does. But why??
490490
return QVariant();
491491
}
492-
VERIFY_OR_DEBUG_ASSERT(siblingColumn != index.column()) {
493-
// Prevent infinite recursion
494-
return QVariant();
495-
}
496492
const auto siblingIndex = index.sibling(index.row(), siblingColumn);
497493
return rawValue(siblingIndex);
498494
}

0 commit comments

Comments
 (0)