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
commit 6079d7d3c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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