Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
christophhagen committed Apr 13, 2024
1 parent 3931125 commit 0047fc1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Sources/BinaryCodable/Extensions/Data+Extensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ extension Sequence {
}
}

extension Sequence where Element: Sequence, Element.Element == UInt8 {

var joinedData: Data {
Data(joined())
}
}

extension Data {

/**
Expand Down

0 comments on commit 0047fc1

Please sign in to comment.