Skip to content

Commit 4443939

Browse files
committed
Remove ContiguousBytes implementation for limited utility
1 parent 3b68c32 commit 4443939

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

Sources/Overlays/_Testing_Foundation/Attachments/Test.Attachable+ContiguousBytes.swift

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

Sources/Testing/Attachments/Test.Attachable.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@ extension Test.Attachable where Self: Collection, Element == UInt8 {
115115
// collection can provide contiguous storage (_HasContiguousBytes is not API.)
116116
// If withContiguousBytesIfAvailable(_:) fails, we don't want to make a
117117
// (potentially expensive!) copy of the collection.
118-
//
119-
// The Foundation cross-import overlay provides a default implementation for
120-
// collection types that conform to Foundation's ContiguousBytes protocol.
121118
}
122119

123120
extension Test.Attachable where Self: StringProtocol {

0 commit comments

Comments
 (0)