diff --git a/bazel/properties.go b/bazel/properties.go index 8adc9d07f..c8ccfb89e 100644 --- a/bazel/properties.go +++ b/bazel/properties.go @@ -384,7 +384,6 @@ type labelListArchValues struct { X86_64 LabelList Arm LabelList Arm64 LabelList - Common LabelList ConditionsDefault LabelList } @@ -630,7 +629,6 @@ type stringListArchValues struct { X86_64 []string Arm []string Arm64 []string - Common []string ConditionsDefault []string }