Skip to content

Commit cecc463

Browse files
committed
Rename NSOutputStream to OutputStream
1 parent f4f8dc7 commit cecc463

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
@@ -989,8 +989,6 @@ Classes:
989989
SwiftName: NSURLHandle
990990
- Name: NSMachPort
991991
SwiftName: NSMachPort
992-
- Name: NSOutputStream
993-
SwiftName: NSOutputStream
994992
- Name: NSRegularExpression
995993
SwiftName: NSRegularExpression
996994
- 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)