mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fix -Wunused-function warnings
This commit is contained in:
@@ -40,12 +40,6 @@ struct LocationKey {
|
||||
}
|
||||
};
|
||||
|
||||
std::tuple<const uint64 &, const uint64 &> value_ordering_helper(const LocationKey &value) {
|
||||
return std::tie(
|
||||
value.type,
|
||||
value.id);
|
||||
}
|
||||
|
||||
LocationKey ComputeLocationKey(const Data::FileLocation &value) {
|
||||
auto result = LocationKey();
|
||||
result.type = value.dcId;
|
||||
|
||||
Reference in New Issue
Block a user