mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Fix more warnings
This commit is contained in:
@@ -73,14 +73,6 @@ private func gridNodeLayoutForContainerLayout(size: CGSize) -> GridNodeLayoutTyp
|
||||
|
||||
private struct WebSearchRecentQueryStableId: Hashable {
|
||||
let query: String
|
||||
|
||||
var hashValue: Int {
|
||||
return query.hashValue
|
||||
}
|
||||
|
||||
static func ==(lhs: WebSearchRecentQueryStableId, rhs: WebSearchRecentQueryStableId) -> Bool {
|
||||
return lhs.query == rhs.query
|
||||
}
|
||||
}
|
||||
|
||||
private struct WebSearchRecentQueryEntry: Comparable, Identifiable {
|
||||
|
||||
Reference in New Issue
Block a user