Stop pulling binutils from WebRTC DEPS.

TBR: titovartem@webrtc.org
Bug: None
Change-Id: If417a7c9dc952325076a5d75f38ac8e984285f9e
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174755
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31194}
diff --git a/DEPS b/DEPS
index 853cf5c..2cda0d3 100644
--- a/DEPS
+++ b/DEPS
@@ -2555,18 +2555,6 @@
     'condition': 'checkout_mac',
     'action': ['python', 'src/build/mac_toolchain.py'],
   },
-  # Pull binutils for linux, enabled debug fission for faster linking /
-  # debugging when used with clang on Ubuntu Precise.
-  # https://code.google.com/p/chromium/issues/detail?id=352046
-  {
-    'name': 'binutils',
-    'pattern': 'src/third_party/binutils',
-    'condition': 'host_os == "linux"',
-    'action': [
-        'python',
-        'src/third_party/binutils/download.py',
-    ],
-  },
   {
     # Note: On Win, this should run after win_toolchain, as it may use it.
     'name': 'clang',