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
This commit is contained in:
pbos@webrtc.org
2014-07-25 23:26:09 +00:00
parent 961293d469
commit 4fe98a9124

9
DEPS
View File

@@ -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": ".",