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.
1 parent f4f8dc7 commit cecc463Copy full SHA for cecc463
apinotes/Foundation.apinotes
@@ -989,8 +989,6 @@ Classes:
989
SwiftName: NSURLHandle
990
- Name: NSMachPort
991
SwiftName: NSMachPort
992
-- Name: NSOutputStream
993
- SwiftName: NSOutputStream
994
- Name: NSRegularExpression
995
SwiftName: NSRegularExpression
996
- Name: NSComparisonPredicate
stdlib/public/core/OutputStream.swift
@@ -73,9 +73,6 @@ public protocol TextOutputStream {
73
mutating func write(_ string: String)
74
}
75
76
-/// Temporary typealias
77
-public typealias OutputStream = TextOutputStream
78
-
79
extension TextOutputStream {
80
public mutating func _lock() {}
81
public mutating func _unlock() {}
0 commit comments