Remove superfluous variable assignments from configure.bat

Change-Id: I18d17a4ec8f5a33cb13282b584ecd75dd861d040
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Joerg Bornemann 2021-03-11 14:56:42 +01:00
parent 081b5398f8
commit 24f790490f

View File

@ -53,10 +53,6 @@ echo ERROR: You cannot configure qtbase separately within a top-level build. >&2
exit /b 1
:wastoplevel
set SYNCQT=
set PLATFORM=
set MAKE=
set CMAKE=true
call :doargs %ARGS%
if errorlevel 1 exit /b
goto doneargs