Skip to content

Commit

Permalink
It turns out that _SmallBuffer<T> simply isn't used at all
Browse files Browse the repository at this point in the history
... so that's another vestigial static-buffer we can eliminate.
  • Loading branch information
stephentyrone committed May 29, 2019
1 parent 27ccf1b commit 9573841
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 84 deletions.
1 change: 0 additions & 1 deletion stdlib/public/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ set(SWIFTLIB_ESSENTIAL
ShadowProtocols.swift
Shims.swift
Slice.swift
SmallBuffer.swift
SmallString.swift
Sort.swift
StaticString.swift
Expand Down
1 change: 0 additions & 1 deletion stdlib/public/core/GroupInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@
"VarArgs.swift",
"CTypes.swift",
"MemoryLayout.swift",
"SmallBuffer.swift"
],
"KeyPaths": [
"KeyPath.swift"
Expand Down
82 changes: 0 additions & 82 deletions stdlib/public/core/SmallBuffer.swift

This file was deleted.

0 comments on commit 9573841

Please sign in to comment.