From 0dedf8c3403923b963c51eb65d9cbe838d5ba0d4 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 5 Mar 2013 11:32:15 +0100 Subject: remove pointless initialization of qmakespec we have proper fallback paths further down the line. Change-Id: I3648cc985d21bbec4c2c24e179830db4467af210 Reviewed-by: Joerg Bornemann --- qmake/library/qmakeglobals.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'qmake') diff --git a/qmake/library/qmakeglobals.cpp b/qmake/library/qmakeglobals.cpp index ac9a0856ff..42bb85bb02 100644 --- a/qmake/library/qmakeglobals.cpp +++ b/qmake/library/qmakeglobals.cpp @@ -115,7 +115,6 @@ QMakeGlobals::QMakeGlobals() dirlist_sep = QLatin1Char(':'); dir_sep = QLatin1Char('/'); #endif - qmakespec = getEnv(QLatin1String("QMAKESPEC")); } QMakeGlobals::~QMakeGlobals() -- cgit v1.2.3