Skip to content

Commit 89950fe

Browse files
authored
Merge pull request swiftlang#20651 from milseman/spurious_inlinable
2 parents 8306ef3 + 8b1464a commit 89950fe

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)