Skip to content

Commit f31edcc

Browse files
authored
Merge pull request #9066 from DougGregor/stdlib-unreachable-warning
2 parents 367a8a3 + 966c9b5 commit f31edcc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/public/core/Integers.swift.gyb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1570,7 +1570,6 @@ extension BinaryInteger {
15701570
public init?<T : FloatingPoint>(exactly source: T) {
15711571
// FIXME(integers): implement
15721572
fatalError()
1573-
return nil
15741573
}
15751574

15761575
@_transparent

0 commit comments

Comments
 (0)