aboutsummaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-07-25 23:26:09 +0000
committerpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-07-25 23:26:09 +0000
commit4fe98a9124a399396bde51d4a64320957f7f59ea (patch)
tree764a0a5a0ef5daa448cab1a1dc4d5d778f967cf2 /DEPS
parent961293d4690e74a1638cef7e39850c72f19edda2 (diff)
downloadwebrtc-4fe98a9124a399396bde51d4a64320957f7f59ea.tar.gz
Remove clang-format rm_binaries.py DEPS entry.
Breaks runhooks. BUG= TBR=kjellander@webrtc.org Review URL: https://webrtc-codereview.appspot.com/18949004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6788 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS9
1 files changed, 0 insertions, 9 deletions
diff --git a/DEPS b/DEPS
index 0b3aeccba3..7b06c0c4c2 100644
--- a/DEPS
+++ b/DEPS
@@ -339,15 +339,6 @@ hooks = [
],
},
{
- # Remove clang-format binaries from third_party/clang_format/bin that
- # aren't used anymore.
- # TODO(kjellander) remove this and the .gitignore entry after the end of
- # July, 2014.
- "name": "remove_old_clang_format_binaries",
- "pattern": ".",
- "action": ["python", Var("root_dir") + "/third_party/clang_format/bin/rm_binaries.py"],
- },
- {
# Pull clang if on Mac or clang is requested via GYP_DEFINES.
"pattern": ".",
"action": ["python", Var("root_dir") + "/tools/clang/scripts/update.py",