summaryrefslogtreecommitdiff
path: root/tools/linguist/shared/profileevaluator.cpp
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-05-11 17:35:20 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-07-10 20:49:12 +0200
commit357d4598512b4b42fc515b4fc0d2d419db604544 (patch)
tree2280b3e04d97e4e10b706eaa2ec658d759c18442 /tools/linguist/shared/profileevaluator.cpp
parentbaacf493e1c968ee2ffa59a8b87754388cb7a61a (diff)
downloadqt4-tools-357d4598512b4b42fc515b4fc0d2d419db604544.tar.gz
remove dead code
cherry-picked d8b1cc5f0ecbb8de734d241d72a05b325c2bbb2c from creator
Diffstat (limited to 'tools/linguist/shared/profileevaluator.cpp')
-rw-r--r--tools/linguist/shared/profileevaluator.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/linguist/shared/profileevaluator.cpp b/tools/linguist/shared/profileevaluator.cpp
index 86057335d9..c68ac4630a 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;
}