Fix build with GCC.

This commit is contained in:
John Preston
2023-07-11 22:22:40 +04:00
parent f7cbac1f46
commit 6607848abc
13 changed files with 2 additions and 29 deletions
-3
View File
@@ -132,9 +132,6 @@ bool PollData::applyResults(const MTPPollResults &results) {
}
}
if (const auto recent = results.vrecent_voters()) {
const auto bareProj = [](not_null<UserData*> user) {
return peerToUser(user->id).bare;
};
const auto recentChanged = !ranges::equal(
recentVoters,
recent->v,