mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove _LegacyStringCore 🎉🎉🎉
This commit is contained in:
committed by
Michael Ilseman
parent
3be2faf5d3
commit
b360bd6d69
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user