From: Oswald Buddenhagen Date: Tue, 5 Mar 2013 10:32:15 +0000 (+0100) Subject: remove pointless initialization of qmakespec X-Git-Tag: accepted/tizen/20131212.181521~101^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cfd4e097176d324f2fbc27cd068977c61e9ef183;p=platform%2Fupstream%2Fqttools.git remove pointless initialization of qmakespec we have proper fallback paths further down the line. Change-Id: I3648cc985d21bbec4c2c24e179830db4467af210 Reviewed-by: Joerg Bornemann (cherry picked from qtbase/0dedf8c3403923b963c51eb65d9cbe838d5ba0d4) --- diff --git a/src/linguist/shared/qmakeglobals.cpp b/src/linguist/shared/qmakeglobals.cpp index a5ff7ae..dbe6944 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()