Removing clang:find_bad_constructs from stats/.

Bug: webrtc:9251
Change-Id: Ica99fcad010855c4496bfbc5822278f532a5fea0
Reviewed-on: https://webrtc-review.googlesource.com/88762
Reviewed-by: Oleh Prypin <oprypin@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23984}
diff --git a/stats/BUILD.gn b/stats/BUILD.gn
index b30223f..d62dbd0 100644
--- a/stats/BUILD.gn
+++ b/stats/BUILD.gn
@@ -51,11 +51,6 @@
       "rtcstatsreport_unittest.cc",
     ]
 
-    if (!build_with_chromium && is_clang) {
-      # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
-      suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
-    }
-
     deps = [
       ":rtc_stats",
       ":rtc_stats_test_utils",