| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index f85e05934a1c6e77ef7480e566383636c625a62b..16ebd4adb0396a06896fba2e3de379a610492c28 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -471,12 +471,6 @@ hooks = [
|
| 'pattern': '.',
|
| 'action': ['python', 'sdk/tools/buildtools/update.py'],
|
| },
|
| - {
|
| - # Update the Windows toolchain if necessary.
|
| - 'name': 'win_toolchain',
|
| - 'pattern': '.',
|
| - 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'],
|
| - },
|
| {
|
| "pattern": ".",
|
| "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"],
|
|
|