From 286240af0e092ff386ec94559099c2109a0adf48 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Wed, 3 Apr 2013 13:19:06 +0200 Subject: [PATCH] Squish: Removed pointless lines Change-Id: I867acd4e00531d6d50553710a00b1cadfc0c3cee Reviewed-by: Christian Stenger --- tests/system/suite_debugger/tst_simple_analyze/test.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/system/suite_debugger/tst_simple_analyze/test.py b/tests/system/suite_debugger/tst_simple_analyze/test.py index fad0b813296..1565bcf1592 100644 --- a/tests/system/suite_debugger/tst_simple_analyze/test.py +++ b/tests/system/suite_debugger/tst_simple_analyze/test.py @@ -5,9 +5,6 @@ workingDir = None def main(): global workingDir startApplication("qtcreator" + SettingsPath) - targets = [QtQuickConstants.Targets.DESKTOP_474_GCC] - if platform.system() in ('Windows', 'Microsoft'): - targets.append(QtQuickConstants.Targets.DESKTOP_474_MSVC2008) # using a temporary directory won't mess up a potentially existing workingDir = tempDir() checkedTargets, projectName = createNewQtQuickApplication(workingDir)