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