Skip to content

Commit a3ac8ec

Browse files
committed
[Test] Remove overload of count(where:) from type checker performance test now
that it's in the standard library.
1 parent 8834861 commit a3ac8ec

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

validation-test/Sema/type_checker_perf/fast/property_vs_unapplied_func.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ struct DatabaseLog {
1616
}
1717
}
1818

19-
extension Sequence {
20-
public func count(
21-
where predicate: (Element) throws -> Bool
22-
) rethrows -> Int { 0 }
23-
}
24-
2519

2620
func rdar47742750(arr1: [Int], arr2: [Int]?) {
2721
let _ = {

0 commit comments

Comments
 (0)