Skip to content

Commit f82b299

Browse files
committed
[stdlib] Delete bogus assert
1 parent 2e3e88c commit f82b299

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/public/core/NativeSet.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,6 @@ extension _NativeSet {
674674
count -= 1
675675
if count == 0 { break }
676676
}
677-
_internalInvariant(result.count == bitset.count)
678677
return result
679678
}
680679

0 commit comments

Comments
 (0)