Version 5.2: Fix build with GCC.

This commit is contained in:
John Preston
2024-06-30 23:59:03 +04:00
parent 7eb98b50ec
commit 707951accb
8 changed files with 1 additions and 22 deletions
@@ -143,7 +143,6 @@ void Controller::showAccount(
MsgId singlePeerShowAtMsgId) {
Expects(isPrimary() || _id.account == account);
const auto prevAccount = _id.account;
const auto prevSession = maybeSession();
const auto prevSessionUniqueId = prevSession
? prevSession->uniqueId()