Skip to content

Commit e19e07f

Browse files
committed
[string] Undo workaround; NFC
1 parent 4db1efa commit e19e07f

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
@@ -187,7 +187,6 @@ private func determineCodeUnitCapacity(_ desiredCapacity: Int) -> Int {
187187

188188
// Creation
189189
extension _StringStorage {
190-
@inline(never) // rdar://problem/44542202
191190
@_effects(releasenone)
192191
private static func create(
193192
realCodeUnitCapacity: Int, countAndFlags: CountAndFlags

0 commit comments

Comments
 (0)