Fix build with GCC.

This commit is contained in:
John Preston
2022-04-07 18:28:58 +04:00
parent 84cd5b9278
commit ea30918d35
8 changed files with 1 additions and 74 deletions

View File

@@ -568,7 +568,6 @@ void AttachWebView::requestSimple(const WebViewButton &button) {
});
}).fail([=](const MTP::Error &error) {
_requestId = 0;
int a = error.code();
}).send();
}