remove pointless initialization of qmakespec
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>
Tue, 5 Mar 2013 10:32:15 +0000 (11:32 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 21 May 2013 12:43:11 +0000 (14:43 +0200)
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)

src/linguist/shared/qmakeglobals.cpp

index a5ff7ae..dbe6944 100644 (file)
@@ -115,7 +115,6 @@ QMakeGlobals::QMakeGlobals()
     dirlist_sep = QLatin1Char(':');
     dir_sep = QLatin1Char('/');
 #endif
-    qmakespec = getEnv(QLatin1String("QMAKESPEC"));
 }
 
 QMakeGlobals::~QMakeGlobals()