Skip to content

Commit dd4f4ed

Browse files
committed
Updated for Swift 5.6
1 parent 5ca7ce2 commit dd4f4ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/DataConvertible.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ internal protocol DataContainer: RandomAccessCollection where Self.Index == Int
6969

7070
subscript(index: Int) -> UInt8 { get }
7171

72-
subscript(range: Range<Int>) -> Slice<Self> { get }
73-
7472
mutating func append(_ newElement: UInt8)
7573

7674
mutating func append(_ pointer: UnsafePointer<UInt8>, count: Int)

0 commit comments

Comments
 (0)