| Remove unneeded repositories that fail to get downloaded correctly. | |
| diff --git a/tensorflow/workspace0.bzl b/tensorflow/workspace0.bzl | |
| index c3c081b19ef..f3f5de1b494 100644 | |
| --- a/tensorflow/workspace0.bzl | |
| +++ b/tensorflow/workspace0.bzl | |
| @@ -104,8 +104,6 @@ def workspace(): | |
| ], | |
| ) | |
| - bazel_toolchains_repositories() | |
| - | |
| # Apple rules for Bazel. https://github.com/bazelbuild/rules_apple. | |
| # Note: We add this to fix Kokoro builds. | |
| # The rules below call into `rules_proto` but the hash has changed and |