From 9d63de8c6e32e2299bc909d8cf4e2e5d0f25b493 Mon Sep 17 00:00:00 2001 From: Rupert Shuttleworth Date: Thu, 27 May 2021 04:48:47 -0400 Subject: [PATCH] Remove unused Common field. Test: TH Change-Id: I8364dc70bde4ba02925dc713ca9f2a17fa3da083 --- bazel/properties.go | 2 -- 1 file changed, 2 deletions(-) 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 }