| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index fc1371adaaf3be21df33b01fb24e026a63b7ef92..3ee4412ed255fbde3e0b94f81b767bd353851eac 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -163,11 +163,6 @@
|
| configs += [ "//build/config/nacl:compiler" ]
|
| } else if (is_ios || is_mac) {
|
| configs += [ "//build/config/mac:compiler" ]
|
| - }
|
| -
|
| - # Applies to all Posix systems.
|
| - if (is_posix) {
|
| - configs += [ "//build/config/posix:compiler" ]
|
| }
|
|
|
| # See the definitions below.
|
|
|