Skip to content

Commit f599646

Browse files
committed
---
yaml --- r: 345972 b: refs/heads/master c: 08be226 h: refs/heads/master
1 parent f228f5a commit f599646

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 62cb338fb17d1a63520993fe48ddf336b48fbfd2
2+
refs/heads/master: 08be226ac3ae1f217456555a42369be4cc9f7440
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/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)