Skip to content

Commit 2e3eb1f

Browse files
author
Lance Parker
committed
Remove some @inline(__always)
1 parent a47bcb8 commit 2e3eb1f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

stdlib/public/core/String.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,6 @@ extension String {
844844
}
845845

846846
extension _StringGutsSlice {
847-
@inline(__always)
848847
internal func _withNFCCodeUnits(_ f: (UInt8) throws -> Void) rethrows {
849848
var output = _FixedArray16<UInt8>(allZeros: ())
850849
var icuInput = _FixedArray16<UInt16>(allZeros: ())

stdlib/public/core/StringNormalization.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ internal struct NormalizationResult {
207207
}
208208

209209
//If this returns nil, it means the outputBuffer ran out of space
210-
@inline(__always)
211210
@_effects(releasenone)
212211
private func fastFill(
213212
_ sourceBuffer: UnsafeBufferPointer<UInt8>,

0 commit comments

Comments
 (0)