mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #19155 from compnerd/nilNativeObject
stdlib: remove unused variable `_nilNativeObject` (NFC)
This commit is contained in:
@@ -341,11 +341,6 @@ public func _getBridgedNonVerbatimObjectiveCType<T>(_: T.Type) -> Any.Type?
|
||||
|
||||
// -- Pointer argument bridging
|
||||
|
||||
@usableFromInline @_transparent
|
||||
internal var _nilNativeObject: AnyObject? {
|
||||
return nil
|
||||
}
|
||||
|
||||
/// A mutable pointer-to-ObjC-pointer argument.
|
||||
///
|
||||
/// This type has implicit conversions to allow passing any of the following
|
||||
|
||||
Reference in New Issue
Block a user