build-deps: remove unused PY_VER_MAJOR_MINOR var

It was removed in 0a5388f, but then reintroduced in b25c24a - looking at the code, there was no use for it added, so I guess it was just an accident.
This commit is contained in:
Andrej730
2026-09-07 17:17:04 +05:00
parent 9c311c19de
commit 843557b18d
-3
View File
@@ -191,9 +191,6 @@ IF DEFINED PYTHON_VERSION (
)
:: VERSION DERIVATIONS
for /f "tokens=1,2,3 delims=." %%a in ("%PYTHON_VERSION%") do (
set PY_VER_MAJOR_MINOR=%%a%%b
)
IF "%IFCOS_INSTALL_PYTHON%"=="TRUE" (
IF /I "%VS_PLATFORM%"=="arm64" (
set PYTHONHOME=%DEPS_DIR%\pythonarm64.%PYTHON_VERSION%\tools