summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bazel/properties.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/bazel/properties.go b/bazel/properties.go
index 491a15455..813a7012c 100644
--- a/bazel/properties.go
+++ b/bazel/properties.go
@@ -509,7 +509,6 @@ type labelListArchValues struct {
X86_64 LabelList
Arm LabelList
Arm64 LabelList
- Common LabelList
ConditionsDefault LabelList
}
@@ -755,7 +754,6 @@ type stringListArchValues struct {
X86_64 []string
Arm []string
Arm64 []string
- Common []string
ConditionsDefault []string
}