Remove supports_lipo field from DefaultCpuToolchain

RELNOTES: None.
PiperOrigin-RevId: 200399094
diff --git a/third_party/com/github/bazelbuild/bazel/src/main/protobuf/crosstool_config.proto b/third_party/com/github/bazelbuild/bazel/src/main/protobuf/crosstool_config.proto
index 927d0f4..d8c8bf5 100644
--- a/third_party/com/github/bazelbuild/bazel/src/main/protobuf/crosstool_config.proto
+++ b/third_party/com/github/bazelbuild/bazel/src/main/protobuf/crosstool_config.proto
@@ -523,7 +523,6 @@
 message DefaultCpuToolchain {
   required string cpu = 1;
   required string toolchain_identifier = 2;
-  optional bool supports_lipo = 3 [default = true];
 }
 
 // An entire crosstool release, containing the version number, a default target