From 4fe98a9124a399396bde51d4a64320957f7f59ea Mon Sep 17 00:00:00 2001 From: "pbos@webrtc.org" Date: Fri, 25 Jul 2014 23:26:09 +0000 Subject: [PATCH] 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 --- DEPS | 9 --------- 1 file changed, 9 deletions(-) diff --git a/DEPS b/DEPS index 0b3aeccba3..7b06c0c4c2 100644 --- a/DEPS +++ b/DEPS @@ -338,15 +338,6 @@ hooks = [ "-s", Var("root_dir") + "/buildtools/linux64/clang-format.sha1", ], }, - { - # 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": ".",