diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-05-11 15:35:20 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-07-10 18:49:12 (GMT) |
commit | 357d4598512b4b42fc515b4fc0d2d419db604544 (patch) | |
tree | 2280b3e04d97e4e10b706eaa2ec658d759c18442 | |
parent | baacf493e1c968ee2ffa59a8b87754388cb7a61a (diff) | |
download | Qt-357d4598512b4b42fc515b4fc0d2d419db604544.zip Qt-357d4598512b4b42fc515b4fc0d2d419db604544.tar.gz Qt-357d4598512b4b42fc515b4fc0d2d419db604544.tar.bz2 |
remove dead code
cherry-picked d8b1cc5f0ecbb8de734d241d72a05b325c2bbb2c from creator
-rw-r--r-- | tools/linguist/shared/profileevaluator.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/linguist/shared/profileevaluator.cpp b/tools/linguist/shared/profileevaluator.cpp index 8605733..c68ac46 100644 --- a/tools/linguist/shared/profileevaluator.cpp +++ b/tools/linguist/shared/profileevaluator.cpp @@ -1511,16 +1511,6 @@ bool ProFileEvaluator::Private::evaluateFile(const QString &fileName, bool *resu if (result) *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; } |