Skip to content

Commit 00934a7

Browse files
authored
Merge pull request #3667 from parkera/rename_nsoutputstream
2 parents fd92f7d + cecc463 commit 00934a7

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

apinotes/Foundation.apinotes

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,8 +1007,6 @@ Classes:
10071007
SwiftName: NSURLHandle
10081008
- Name: NSMachPort
10091009
SwiftName: NSMachPort
1010-
- Name: NSOutputStream
1011-
SwiftName: NSOutputStream
10121010
- Name: NSRegularExpression
10131011
SwiftName: NSRegularExpression
10141012
- Name: NSComparisonPredicate

stdlib/public/core/OutputStream.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ public protocol TextOutputStream {
7373
mutating func write(_ string: String)
7474
}
7575

76-
/// Temporary typealias
77-
public typealias OutputStream = TextOutputStream
78-
7976
extension TextOutputStream {
8077
public mutating func _lock() {}
8178
public mutating func _unlock() {}

0 commit comments

Comments
 (0)