From 13d7ae4cfeda9a5b13843171b20eef5aa49295b0 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Fri, 16 Feb 2018 13:46:08 +0100 Subject: [PATCH] Removing unfeasible TODO. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: None Change-Id: I96a24b5dce59d7741558669ba7279c4f8991e7fa No-Try: True Reviewed-on: https://webrtc-review.googlesource.com/54460 Reviewed-by: Patrik Höglund Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#22076} --- BUILD.gn | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 10be0ca5c3..6e0109d833 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -168,17 +168,6 @@ config("common_inherited_config") { if (is_ubsan) { cflags += [ "-fsanitize=float-cast-overflow" ] } - - # TODO(GYP): Support these in GN. - # if (is_bsd) { - # defines += [ "BSD" ] - # } - # if (is_openbsd) { - # defines += [ "OPENBSD" ] - # } - # if (is_freebsd) { - # defines += [ "FREEBSD" ] - # } } config("common_config") {