Skip to content

Commit

Permalink
Remove obsolete assert (llvm#112392)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sterling-Augustine authored Oct 15, 2024
1 parent bfe84f7 commit fb858b4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ class SeedContainer {
}
// Iterators iterate over the bundles
iterator &operator++() {
assert(VecIdx >= 0 && "Already at end!");
++VecIdx;
if (VecIdx >= Vec->size()) {
assert(MapIt != Map->end() && "Already at end!");
Expand Down

0 comments on commit fb858b4

Please sign in to comment.