Skip to content

Commit 9e566a8

Browse files
committed
---
yaml --- r: 346094 b: refs/heads/master c: cd41721 h: refs/heads/master
1 parent 2d33ca8 commit 9e566a8

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 41195cd262762f2088ae5b3ef163578e22b15755
2+
refs/heads/master: cd417213a7faf267ec1f4a94886246fa5b6337e4
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/stdlib/public/core/Policy.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ extension Never: Equatable {}
3434

3535
extension Never: Comparable {
3636
public static func < (lhs: Never, rhs: Never) -> Bool {
37-
switch (lhs, rhs) {
38-
}
3937
}
4038
}
4139

trunk/stdlib/public/core/Range.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ public enum UnboundedRange_ {
772772
/// The unbounded range operator (`...`) is valid only within a collection's
773773
/// subscript.
774774
public static postfix func ... (_: UnboundedRange_) -> () {
775-
fatalError("uncallable")
775+
// This function is uncallable
776776
}
777777
}
778778

0 commit comments

Comments
 (0)