[String] Remove some unneeded inlinable annotations

This commit is contained in:
Michael Ilseman
2018-11-15 09:43:34 -08:00
parent e0a267064a
commit 034f76d10b
2 changed files with 1 additions and 3 deletions

View File

@@ -50,7 +50,6 @@ extension String: BidirectionalCollection {
}
/// The number of characters in a string.
@inlinable // FIXME(inline-always)
public var count: Int {
@inline(__always) get {
return distance(from: startIndex, to: endIndex)