Merge pull request #6475 from Starsam80/fix-always-true

Qt: Remove always true if statement
This commit is contained in:
Pierre Bourdon
2018-03-21 01:07:54 +01:00
committed by GitHub

View File

@ -139,9 +139,8 @@ int main(int argc, char* argv[])
boot = BootParameters::GenerateFromFile(args.front());
}
int retval = 0;
int retval;
if (!retval)
{
DolphinAnalytics::Instance()->ReportDolphinStart("qt");