mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fix some warnings from PVS-Studio.
Fixes #28667. Some warnings fixed detailed in this post: https://pvs-studio.com/en/blog/posts/cpp/1186/
This commit is contained in:
@@ -438,8 +438,6 @@ void ApiWrap::startExport(
|
||||
}
|
||||
if (_settings->types & Settings::Type::AnyChatsMask) {
|
||||
_startProcess->steps.push_back(Step::SplitRanges);
|
||||
}
|
||||
if (_settings->types & Settings::Type::AnyChatsMask) {
|
||||
_startProcess->steps.push_back(Step::DialogsCount);
|
||||
}
|
||||
if (_settings->types & Settings::Type::GroupsChannelsMask) {
|
||||
|
||||
Reference in New Issue
Block a user