summaryrefslogtreecommitdiffstats
path: root/src/angle
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-01-25 17:11:20 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-13 12:42:40 +0100
commite3554d72745d9c439b1792c20be09871506afeef (patch)
tree10df56db36c8d8ecb0758e8f84f2184cd4015921 /src/angle
parent707f0a20b40ff68acb9b7ac6ec329860839ce429 (diff)
remove useless unset()s
there is mightily little point in unsetting variables right before unconditionally assigning to them. Change-Id: I24c1814ce38bf9aab4496679b1a670f3cd55c536 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/angle')
-rw-r--r--src/angle/src/config.pri1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/angle/src/config.pri b/src/angle/src/config.pri
index 42764f921f..63792b9899 100644
--- a/src/angle/src/config.pri
+++ b/src/angle/src/config.pri
@@ -21,7 +21,6 @@ win32 {
}
defineReplace(addGnuPath) {
- unset(gnuPath)
gnuPath = $$1
!isEmpty(gnuPath):!isEmpty(GNUTOOLS) {
gnuPath = $${GNUTOOLS} && $$gnuPath