mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Revert "Migrate from UnsafePointer<Void> to UnsafeRawPointer. (#3724)"
This reverts commit ece0951924.
This results in lldb failues on linux that I can't readily debug.
Backing out until they can be resolved.
This commit is contained in:
@@ -3319,7 +3319,7 @@ final internal class _Native${Self}StorageOwner<${TypeParametersDecl}>
|
||||
@objc
|
||||
internal required init(
|
||||
objects: UnsafePointer<AnyObject?>,
|
||||
forKeys: UnsafeRawPointer,
|
||||
forKeys: UnsafePointer<Void>,
|
||||
count: Int
|
||||
) {
|
||||
_sanityCheckFailure("don't call this designated initializer")
|
||||
|
||||
Reference in New Issue
Block a user