summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-03-05 11:32:15 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-21 14:43:11 +0200
commitcfd4e097176d324f2fbc27cd068977c61e9ef183 (patch)
tree53ae7e35a80a116feb811e1019b82d822d5a97aa
parent7676ab9cba4fe159f6f7679de8e9a23a8249fbd1 (diff)
downloadqttools-cfd4e097176d324f2fbc27cd068977c61e9ef183.tar.gz
remove pointless initialization of qmakespec
we have proper fallback paths further down the line. Change-Id: I3648cc985d21bbec4c2c24e179830db4467af210 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com> (cherry picked from qtbase/0dedf8c3403923b963c51eb65d9cbe838d5ba0d4)
-rw-r--r--src/linguist/shared/qmakeglobals.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/linguist/shared/qmakeglobals.cpp b/src/linguist/shared/qmakeglobals.cpp
index a5ff7aeac..dbe694443 100644
--- a/src/linguist/shared/qmakeglobals.cpp
+++ b/src/linguist/shared/qmakeglobals.cpp
@@ -115,7 +115,6 @@ QMakeGlobals::QMakeGlobals()
dirlist_sep = QLatin1Char(':');
dir_sep = QLatin1Char('/');
#endif
- qmakespec = getEnv(QLatin1String("QMAKESPEC"));
}
QMakeGlobals::~QMakeGlobals()