From e3554d72745d9c439b1792c20be09871506afeef Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 25 Jan 2013 17:11:20 +0100 Subject: 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 --- src/angle/src/config.pri | 1 - 1 file changed, 1 deletion(-) (limited to 'src/angle/src/config.pri') 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 -- cgit v1.2.3