mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Temp
This commit is contained in:
@@ -77,18 +77,6 @@ struct ReverseIndexNamespace: Hashable {
|
||||
init(_ value: Int32?) {
|
||||
self.value = value
|
||||
}
|
||||
|
||||
var hashValue: Int {
|
||||
if let value = self.value {
|
||||
return value.hashValue
|
||||
} else {
|
||||
return 0
|
||||
}
|
||||
}
|
||||
|
||||
static func ==(lhs: ReverseIndexNamespace, rhs: ReverseIndexNamespace) -> Bool {
|
||||
return lhs.value == rhs.value
|
||||
}
|
||||
}
|
||||
|
||||
final class ReverseIndexReferenceTable<T: ReverseIndexReference>: Table {
|
||||
|
||||
Reference in New Issue
Block a user