Commits

Dave Abrahams committed 18c7b0e440f
[stdlib] Kill StringByteData StringByteData was legacy detritus containing an in-memory UTF8 representation of a Swift string. Since we switched to a UTF16 base representation, use the new stuff in StringUTF8 instead. Swift SVN r16968