Index: build/config/compiler/BUILD.gn |
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn |
index 2723efa7ee952a03ccf5245c755b92bbee8064bf..07408d69c64d67f4159ae5b371295b97150f43a4 100644 |
--- a/build/config/compiler/BUILD.gn |
+++ b/build/config/compiler/BUILD.gn |
@@ -160,11 +160,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. |