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
diff --git a/DEPS b/DEPS
index 0b3aecc..7b06c0c 100644
--- a/DEPS
+++ b/DEPS
@@ -339,15 +339,6 @@
     ],
   },
   {
-    # 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",