Skip to content

Commit 9573841

Browse files
committed
It turns out that _SmallBuffer<T> simply isn't used at all
... so that's another vestigial static-buffer we can eliminate.
1 parent 27ccf1b commit 9573841

File tree

3 files changed

+0
-84
lines changed

3 files changed

+0
-84
lines changed

stdlib/public/core/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ set(SWIFTLIB_ESSENTIAL
127127
ShadowProtocols.swift
128128
Shims.swift
129129
Slice.swift
130-
SmallBuffer.swift
131130
SmallString.swift
132131
Sort.swift
133132
StaticString.swift

stdlib/public/core/GroupInfo.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@
144144
"VarArgs.swift",
145145
"CTypes.swift",
146146
"MemoryLayout.swift",
147-
"SmallBuffer.swift"
148147
],
149148
"KeyPaths": [
150149
"KeyPath.swift"

stdlib/public/core/SmallBuffer.swift

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)