Index: DEPS |
diff --git a/DEPS b/DEPS |
index 58ec42f69463bc96e83ccc728e645ce4c7461489..8e49b4264555c88c94ae3b99e69af7edf7d56688 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -749,15 +749,6 @@ hooks = [ |
"-s", "src/buildtools/linux64/clang-format.sha1", |
], |
}, |
- { |
- # Remove clang-format binaries from third_party/clang_format/bin that |
- # aren't used anymore. |
- # TODO(jochen) remove this and the .gitignore entry after the end of July, |
- # 2014. |
- "name": "remove_old_clang_format_binaries", |
- "pattern": ".", |
- "action": ["python", "src/third_party/clang_format/bin/rm_binaries.py"], |
- }, |
# Pull binutils for linux, enabled debug fission for faster linking / |
# debugging when used with clang on Ubuntu Precise. |
# https://code.google.com/p/chromium/issues/detail?id=352046 |