Remove _LegacyStringCore 🎉🎉🎉

This commit is contained in:
Karoy Lorentey
2017-12-13 18:47:14 +00:00
committed by Michael Ilseman
parent 3be2faf5d3
commit b360bd6d69
8 changed files with 1 additions and 992 deletions

View File

@@ -286,12 +286,6 @@ extension String {
@_versioned
internal var _guts: _StringGuts
@_versioned
internal var _core: _LegacyStringCore {
get { return _guts._legacyCore }
set { self._guts = _StringGuts(newValue) }
}
}
/// A UTF-16 encoding of `self`.