mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-17 22:39:44 +02:00
deleted unnecessary Equatable and Hashable custom implementations
This commit is contained in:
@@ -96,10 +96,10 @@ public struct GroupBy<D: DynamicObject>: GroupByClause, QueryClause, Hashable {
|
||||
|
||||
|
||||
// MARK: Hashable
|
||||
|
||||
public var hashValue: Int {
|
||||
|
||||
return (self.keyPaths as NSArray).hashValue
|
||||
|
||||
public func hash(into hasher: inout Hasher) {
|
||||
|
||||
hasher.combine(self.keyPaths)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user