Skip to content

Commit bde875c

Browse files
authored
Merge pull request #78825 from glessard/remove-span-from-6.1
[6.1] Revert "Merge pull request #76406 from glessard/rdar96837923-span"
2 parents 7a0a6e7 + b90216b commit bde875c

File tree

13 files changed

+0
-1602
lines changed

13 files changed

+0
-1602
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)