Squish: Remove duplicate code

Change-Id: Ic852f3438fac9cdc38b53509daaa592ac0688648
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Robert Loehning
2018-03-21 14:38:24 +01:00
parent 1aed2b06de
commit 12398a4abe

View File

@@ -82,10 +82,6 @@ def main():
if counter < len(qtVersionsForQuick) - 1: if counter < len(qtVersionsForQuick) - 1:
displayedPlatforms = __createProject__(category, template) displayedPlatforms = __createProject__(category, template)
continue continue
elif template.startswith("Plain C"):
handleBuildSystemVerifyKits(category, template, kits, displayedPlatforms)
continue
handleBuildSystemVerifyKits(category, template, kits, displayedPlatforms) handleBuildSystemVerifyKits(category, template, kits, displayedPlatforms)
invokeMenuItem("File", "Exit") invokeMenuItem("File", "Exit")