From 55fc6cf193744b480a784c5b9227a8787c3af369 Mon Sep 17 00:00:00 2001 From: Artem Titov Date: Thu, 30 Jul 2020 13:18:06 +0200 Subject: [PATCH] Fix "Assignment had no effect." error during chromium roll. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove custom android warning suppression file because looks like it is not used anymore. Bug: None Change-Id: I09f8936a5e82e42f3d0c1e21f20ff4812ce1b8ae Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/180582 Reviewed-by: Björn Terelius Reviewed-by: Henrik Andreassson Commit-Queue: Artem Titov Cr-Commit-Position: refs/heads/master@{#31811} --- tools_webrtc/android/suppressions.xml | 61 --------------------------- webrtc.gni | 3 -- 2 files changed, 64 deletions(-) delete mode 100644 tools_webrtc/android/suppressions.xml diff --git a/tools_webrtc/android/suppressions.xml b/tools_webrtc/android/suppressions.xml deleted file mode 100644 index 87b9387c3b..0000000000 --- a/tools_webrtc/android/suppressions.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/webrtc.gni b/webrtc.gni index 95154709fe..17a66f974c 100644 --- a/webrtc.gni +++ b/webrtc.gni @@ -1074,9 +1074,6 @@ if (is_android) { errorprone_args = [] errorprone_args += [ "-Werror" ] - # Use WebRTC-specific android lint suppressions file. - lint_suppressions_file = "//tools_webrtc/android/suppressions.xml" - if (!defined(deps)) { deps = [] }