Index: DEPS |
diff --git a/DEPS b/DEPS |
index 1380806a8755f714bd6f7feb18ae1b16d2479469..9a199a040f80f0b6cce17827be3120f7a4b6a82e 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -867,18 +867,6 @@ hooks = [ |
'-s', 'src/buildtools/linux64/clang-format.sha1', |
], |
}, |
- # Pull the prebuilt libc++ static library for mac. |
- { |
- 'name': 'libcpp_mac', |
- 'pattern': '.', |
- 'action': [ 'download_from_google_storage', |
- '--no_resume', |
- '--platform=darwin', |
- '--no_auth', |
- '--bucket', 'chromium-libcpp', |
- '-s', 'src/third_party/libc++-static/libc++.a.sha1', |
- ], |
- }, |
# Pull luci-go binaries (isolate, swarming) using checked-in hashes. |
{ |
'name': 'luci-go_win', |