Skip to content

Commit 6d95b8f

Browse files
committed
[String] Remove _core which is not used in swift-corelibs-foundation anymore
1 parent fb541ad commit 6d95b8f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

stdlib/public/core/StringGuts.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1311,14 +1311,6 @@ extension _SwiftStringStorage {
13111311
}
13121312
}
13131313

1314-
extension String {
1315-
// FIXME: Remove. Still used by swift-corelibs-foundation
1316-
@available(*, deprecated, renamed: "_guts")
1317-
public var _core: _StringGuts {
1318-
return _guts
1319-
}
1320-
}
1321-
13221314
extension _StringGuts {
13231315
// FIXME: Remove. Still used by swift-corelibs-foundation
13241316
@available(*, deprecated)

0 commit comments

Comments
 (0)