Index: bootstrap/update_depot_tools.bat |
diff --git a/bootstrap/update_depot_tools.bat b/bootstrap/update_depot_tools.bat |
deleted file mode 100755 |
index a0aae4d23d532abcc4bf7d1f87e4b435891a8e27..0000000000000000000000000000000000000000 |
--- a/bootstrap/update_depot_tools.bat |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-@echo off |
-:: Copyright (c) 2010 The Chromium Authors. All rights reserved. |
-:: Use of this source code is governed by a BSD-style license that can be |
-:: found in the LICENSE file. |
- |
-:: This batch file will try to sync the root directory. |
- |
-:: Shall skip automatic update? |
-IF "%DEPOT_TOOLS_UPDATE%" == "0" GOTO :EOF |
- |
-:: We can't sync if ..\.svn\. doesn't exist. |
-IF NOT EXIST "%~dp0..\.svn\." GOTO :EOF |
- |
-:: Sync the .. directory to update the bootstrap at the same time. |
-call svn -q up "%~dp0.." |