summaryrefslogtreecommitdiff
path: root/qmake
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-03-21 12:18:16 +0100
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-03-21 12:18:16 +0100
commit312a46e052dd596d620437f1f5dde0ed5b173c28 (patch)
tree2c344a30fb3f6058e793e85bde56dd0c8ca75bd5 /qmake
parent268394b854766855c7ce5697bbc079a6974ad866 (diff)
downloadqt4-tools-312a46e052dd596d620437f1f5dde0ed5b173c28.tar.gz
remove redundand validateModes() call
i added another one a few lines above ...
Diffstat (limited to 'qmake')
-rw-r--r--qmake/project.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qmake/project.cpp b/qmake/project.cpp
index 9c99c444a0..e985401cc7 100644
--- a/qmake/project.cpp
+++ b/qmake/project.cpp
@@ -1654,7 +1654,6 @@ QMakeProject::doProjectInclude(QString file, uchar flags, QMap<QString, QStringL
if(file.indexOf(Option::dir_sep) == -1 || !QFile::exists(file)) {
static QStringList *feature_roots = 0;
if(!feature_roots) {
- validateModes();
feature_roots = new QStringList(qmake_feature_paths(prop));
qmakeAddCacheClear(qmakeDeleteCacheClear_QStringList, (void**)&feature_roots);
}