Skip to content
Permalink
Browse files
Merge pull request #6475 from Starsam80/fix-always-true
Qt: Remove always true if statement
  • Loading branch information
delroth committed Mar 21, 2018
2 parents ad8c316 + b7c4471 commit 6079d7d
Showing 1 changed file with 1 addition and 2 deletions.
@@ -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");

0 comments on commit 6079d7d

Please sign in to comment.