Skip to content

Commit bc23959

Browse files
committed
Revert "Merge pull request #76406 from glessard/rdar96837923-span"
This reverts commit 20b85ed, reversing changes made to 0d7054b. The changes to the `_isPOD()` functions aren’t reverted.
1 parent eedae18 commit bc23959

File tree

6 files changed

+0
-1491
lines changed

6 files changed

+0
-1491
lines changed

stdlib/public/core/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ split_embedded_sources(
154154
EMBEDDED Slice.swift
155155
EMBEDDED SmallString.swift
156156
EMBEDDED Sort.swift
157-
EMBEDDED Span/RawSpan.swift
158-
EMBEDDED Span/Span.swift
159157
EMBEDDED StaticString.swift
160158
EMBEDDED StaticPrint.swift
161159
EMBEDDED Stride.swift

stdlib/public/core/GroupInfo.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,6 @@
198198
"UnsafeBufferPointerSlice.swift",
199199
"UnsafeRawBufferPointer.swift"
200200
],
201-
"Span": [
202-
"RawSpan.swift",
203-
"Span.swift"
204-
],
205201
"Protocols": [
206202
"CompilerProtocols.swift",
207203
"ShadowProtocols.swift"

0 commit comments

Comments
 (0)