Qt: Remove always true if statement

This commit is contained in:
Starsam80 2018-03-20 00:41:47 -06:00
parent 5a4b59c4d1
commit b7c44715a8
No known key found for this signature in database
GPG Key ID: 4E48BB48BA7E9026
1 changed files with 1 additions and 2 deletions

View File

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