mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Trying to get rid of unused variables...
This commit is contained in:
@@ -1669,7 +1669,6 @@ SessionPrivate::HandleResult SessionPrivate::handleOneReceived(
|
||||
|
||||
auto rFrom = originalRequest->constData() + 8;
|
||||
const auto rEnd = originalRequest->constData() + originalRequest->size();
|
||||
auto toAck = QVector<MTPlong>();
|
||||
if (mtpTypeId(*rFrom) == mtpc_msgs_state_req) {
|
||||
MTPMsgsStateReq request;
|
||||
if (!request.read(rFrom, rEnd)) {
|
||||
|
||||
Reference in New Issue
Block a user