summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
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;