Skip to content

Commit

Permalink
Remove unused initialiser
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephDuffy committed Nov 22, 2023
1 parent 022a9a6 commit 95221d8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Tests/CustomHashableTests/CustomHashableAPITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ private struct PrivateType {
@CustomHashable
public final class PublicFinalType {
@HashableKey
var hashedProperty: String

init(hashedProperty: String) {
self.hashedProperty = hashedProperty
}
var hashedProperty: String = ""
}
#endif

0 comments on commit 95221d8

Please sign in to comment.