We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f228f5a commit f599646Copy full SHA for f599646
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 62cb338fb17d1a63520993fe48ddf336b48fbfd2
+refs/heads/master: 08be226ac3ae1f217456555a42369be4cc9f7440
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
trunk/stdlib/public/core/StringStorage.swift
@@ -189,7 +189,6 @@ final internal class _StringStorage: _AbstractStringStorage {
189
190
internal var _reserved: UInt16
191
192
- @inlinable
193
override internal var count: Int {
194
@inline(__always) get { return _count }
195
@inline(__always) set { _count = newValue }
0 commit comments