Merge pull request #19155 from compnerd/nilNativeObject

stdlib: remove unused variable `_nilNativeObject` (NFC)
This commit is contained in:
Saleem Abdulrasool
2018-09-06 10:43:31 -07:00
committed by GitHub

View File

@@ -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