forked from qt-creator/qt-creator
remove dead code
This commit is contained in:
@@ -2076,16 +2076,6 @@ bool ProFileEvaluator::Private::evaluateFile(const QString &fileName, bool *resu
|
|||||||
if (result)
|
if (result)
|
||||||
*result = false;
|
*result = false;
|
||||||
}
|
}
|
||||||
/* if (ok && readFeatures) {
|
|
||||||
QStringList configs = values("CONFIG");
|
|
||||||
QSet<QString> processed;
|
|
||||||
foreach (const QString &fn, configs) {
|
|
||||||
if (!processed.contains(fn)) {
|
|
||||||
processed.insert(fn);
|
|
||||||
evaluateFeatureFile(fn, 0);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
} */
|
|
||||||
|
|
||||||
return ok;
|
return ok;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user