Qt: Remove always true if statement
This commit is contained in:
parent
5a4b59c4d1
commit
b7c44715a8
|
@ -108,9 +108,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");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue