Index: update_depot_tools.bat |
diff --git a/update_depot_tools.bat b/update_depot_tools.bat |
index e4981f0182c2fab9215ebab2f7c25bf8c069c413..fd3e9a22e8e54130ba0d11b567b7863025bbda46 100644 |
--- a/update_depot_tools.bat |
+++ b/update_depot_tools.bat |
@@ -30,13 +30,6 @@ if errorlevel 1 goto :EOF |
:: Now clear errorlevel so it can be set by other programs later. |
set errorlevel= |
-:: Opt-in for now. |
-IF "%DEPOT_TOOLS_WIN_TOOLCHAIN%" == "" 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 |
@@ -74,4 +67,4 @@ goto :EOF |
:GIT_SVN_UPDATE |
cd /d "%DEPOT_TOOLS_DIR%." |
call git svn rebase -q -q |
-goto :EOF |
+goto :EOF |