| Index: update_depot_tools.bat
|
| diff --git a/update_depot_tools.bat b/update_depot_tools.bat
|
| index 0297d3d8826ac53f66b96f241ef7ad3c5ba6bb45..58d3d849738edef1d9c4280add83ab79c7a872f0 100644
|
| --- a/update_depot_tools.bat
|
| +++ b/update_depot_tools.bat
|
| @@ -30,12 +30,6 @@ if errorlevel 1 goto :EOF
|
| :: Now clear errorlevel so it can be set by other programs later.
|
| set errorlevel=
|
|
|
| -IF "%DEPOT_TOOLS_WIN_TOOLCHAIN%" == "0" GOTO :NOTOOLCHAIN
|
| -call python %~dp0win_toolchain\get_toolchain_if_necessary.py
|
| -if errorlevel 1 goto :EOF
|
| -set errorlevel=
|
| -:NOTOOLCHAIN
|
| -
|
| :: Shall skip automatic update?
|
| IF "%DEPOT_TOOLS_UPDATE%" == "0" GOTO :EOF
|
|
|
|
|