Remove now-unnecessary default from exhaustive (Bool, Bool) switch.

Swift SVN r27411
This commit is contained in:
Joe Groff
2015-04-17 05:30:27 +00:00
parent 852a701051
commit bdbb5a9a5a

View File

@@ -366,8 +366,6 @@ extension String {
return Int(_swift_stdlib_unicode_compare_utf8_utf8(
lhsPtr, Int32(_core.count),
rhsPtr, Int32(rhs._core.count)))
default:
_preconditionFailure("Unreachable but necessary case for exhaustive switch")
}
#endif
}