From 9b2d1700a8301b5d82ea234162d293fc23e8aeab Mon Sep 17 00:00:00 2001 From: Gonzalo Exequiel Pedone Date: Fri, 5 Jun 2020 22:25:13 -0300 Subject: [PATCH] Removed unused lines. --- ports/ci/travis/install_deps.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ports/ci/travis/install_deps.sh b/ports/ci/travis/install_deps.sh index 79392ae..159a0d5 100755 --- a/ports/ci/travis/install_deps.sh +++ b/ports/ci/travis/install_deps.sh @@ -88,13 +88,6 @@ EOF mingw-w64-gcc \ mingw-w64-qt5-base - for mingw_arch in i686 x86_64; do - if [ "$mingw_arch" = x86_64 ]; then - ff_arch=win64 - else - ff_arch=win32 - fi - qtIFW=QtInstallerFramework-win-x86.exe # Install Qt Installer Framework