summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2008-12-09 20:12:58 +0100
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2008-12-12 16:56:12 +0100
commitbed8c719c8027f912390a4cbb72d99dd9e0e0897 (patch)
treeee56ce2fbafab7651c611eccdee8b9dc66291cd9 /shared
parent215bc29fb431937b54bb46a45644227f1870c198 (diff)
downloadqt-creator-bed8c719c8027f912390a4cbb72d99dd9e0e0897.tar.gz
remove cruft
Diffstat (limited to 'shared')
-rw-r--r--shared/proparser/profileevaluator.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/shared/proparser/profileevaluator.cpp b/shared/proparser/profileevaluator.cpp
index 2c349ae8a8..c4c6e9771a 100644
--- a/shared/proparser/profileevaluator.cpp
+++ b/shared/proparser/profileevaluator.cpp
@@ -1773,11 +1773,9 @@ bool evaluateProFile(const QString &fileName, bool verbose, QHash<QByteArray, QS
QStringList tsFileNames;
QFileInfo fi(fileName);
- QDir rootPath;
if (!fi.exists())
return false;
- rootPath.setPath(fi.absolutePath());
ProFile pro(fi.absoluteFilePath());
ProFileEvaluator visitor;