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}
This commit is contained in:
Mirko Bonadei 2018-02-16 13:46:08 +01:00 committed by Commit Bot
parent de25a9a4be
commit 13d7ae4cfe

View File

@ -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") {