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.
2 parents fd92f7d + cecc463 commit 00934a7Copy full SHA for 00934a7
apinotes/Foundation.apinotes
@@ -1007,8 +1007,6 @@ Classes:
1007
SwiftName: NSURLHandle
1008
- Name: NSMachPort
1009
SwiftName: NSMachPort
1010
-- Name: NSOutputStream
1011
- SwiftName: NSOutputStream
1012
- Name: NSRegularExpression
1013
SwiftName: NSRegularExpression
1014
- 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