Skip to content

Commit 8b1464a

Browse files
committed
[String] Drop spurious @inlinable
1 parent 27e53f7 commit 8b1464a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/public/core/StringStorage.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ final internal class _StringStorage: _AbstractStringStorage {
189189

190190
internal var _reserved: UInt16
191191

192-
@inlinable
193192
override internal var count: Int {
194193
@inline(__always) get { return _count }
195194
@inline(__always) set { _count = newValue }

0 commit comments

Comments
 (0)