Final bulk removal of Type suffix

This commit is contained in:
Maxim Moiseev
2015-11-06 13:11:40 -08:00
committed by Max Moiseev
parent 2a161bdd62
commit 0e54467bfa
173 changed files with 639 additions and 639 deletions

View File

@@ -11,7 +11,7 @@ import Foundation
@_silgen_name("random") func random() -> UInt32
@_silgen_name("srandomdev") func srandomdev()
protocol TestableUnicodeCodec : UnicodeCodecType {
protocol TestableUnicodeCodec : UnicodeCodec {
typealias CodeUnit : Integer
static func encodingId() -> NSStringEncoding
static func name() -> NSString