mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove the pinning addressors
It was used for Array + related types. With exclusivity checking the pinned addressors are not useful anymore. rdar://problem/35401528
This commit is contained in:
@@ -1200,8 +1200,6 @@ static uint8_t getRawStableAddressorKind(swift::AddressorKind kind) {
|
||||
return uint8_t(serialization::AddressorKind::Owning);
|
||||
case swift::AddressorKind::NativeOwning:
|
||||
return uint8_t(serialization::AddressorKind::NativeOwning);
|
||||
case swift::AddressorKind::NativePinning:
|
||||
return uint8_t(serialization::AddressorKind::NativePinning);
|
||||
}
|
||||
llvm_unreachable("bad addressor kind");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user