forked from qt-creator/qt-creator
remove totally pointless conditional
This commit is contained in:
@@ -2066,7 +2066,7 @@ bool ProFileEvaluator::Private::evaluateFile(const QString &fileName, bool *resu
|
||||
ProFile *pro = q->parsedProFile(fileName);
|
||||
if (pro) {
|
||||
m_profileStack.push(pro);
|
||||
ok = (currentProFile() ? pro->Accept(this) : false);
|
||||
ok = pro->Accept(this);
|
||||
m_profileStack.pop();
|
||||
q->releaseParsedProFile(pro);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user