Skip to content

Commit 966c9b5

Browse files
committed
[Stdlib] Remove a return statement after a fatalError().
Eliminates a warning about unreachable code because, you know, it's unreachable code. Fixes rdar://problem/31766069.
1 parent 4f05186 commit 966c9b5

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)