[stdlib] String API Review: kill byteLength()

Swift SVN r18513
This commit is contained in:
Dave Abrahams
2014-05-21 20:30:22 +00:00
parent 57347d54b5
commit ee261fb348

View File

@@ -41,10 +41,6 @@ extension String {
input: Repeat(count: count, repeatedValue: c.value))
}
func byteLength() -> Int {
return _encodedLength(UTF8.self)
}
var lines : String[] {
return split("\n")
}