Removing unfeasible TODO.
Bug: None
Change-Id: I96a24b5dce59d7741558669ba7279c4f8991e7fa
No-Try: True
Reviewed-on: https://webrtc-review.googlesource.com/54460
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22076}
diff --git a/BUILD.gn b/BUILD.gn
index 10be0ca..6e0109d 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -168,17 +168,6 @@
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") {