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.
2 parents 5b7a13c + 90c6c49 commit 1caefa7Copy full SHA for 1caefa7
stdlib/public/core/KeyPath.swift
@@ -3235,7 +3235,6 @@ internal struct InstantiateKeyPathBuffer: KeyPathPatternVisitor {
3235
mutating func pushDest<T>(_ value: T) {
3236
_internalInvariant(_isPOD(T.self))
3237
let size = MemoryLayout<T>.size
3238
- let alignment = MemoryLayout<T>.alignment
3239
let (baseAddress, misalign) = adjustDestForAlignment(of: T.self)
3240
withUnsafeBytes(of: value) {
3241
_memcpy(dest: baseAddress, src: $0.baseAddress.unsafelyUnwrapped,
0 commit comments