From 24f790490fe4dd76374ad74d51a51d57331d620c Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Thu, 11 Mar 2021 14:56:42 +0100 Subject: [PATCH] Remove superfluous variable assignments from configure.bat Change-Id: I18d17a4ec8f5a33cb13282b584ecd75dd861d040 Reviewed-by: Alexandru Croitor --- configure.bat | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.bat b/configure.bat index 640051f7502..36fae68144a 100644 --- a/configure.bat +++ b/configure.bat @@ -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