Skip to content

Commit dc904d1

Browse files
author
Dave Abrahams
authored
[stdlib] Drop a premature @inline(__always)
1 parent 4ff7332 commit dc904d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/public/core/UnsafeBufferPointer.swift.gyb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ public struct Unsafe${Mutable}BufferPointer<Element>
185185
///
186186
/// - Returns: an iterator over any remaining elements of `self` and the
187187
/// number of elements initialized.
188-
@inline(__always)
189188
public func _copyContents(
190189
initializing destination: UnsafeMutableBufferPointer<Element>
191190
) -> (Iterator, UnsafeMutableBufferPointer<Element>.Index) {

0 commit comments

Comments
 (0)