remove unused variable

Bug: N/A
Test: N/A

Change-Id: I334cd495599bb1aea022a215fd48e573060069de
This commit is contained in:
Jiyong Park
2024-08-27 18:22:20 +09:00
parent 1282d27291
commit e41a42d8d6

View File

@@ -475,13 +475,6 @@ const (
AvailableToAnyApex = "//apex_available:anyapex"
)
var (
AvailableToRecognziedWildcards = []string{
AvailableToPlatform,
AvailableToAnyApex,
}
)
// CheckAvailableForApex provides the default algorithm for checking the apex availability. When the
// availability is empty, it defaults to ["//apex_available:platform"] which means "available to the
// platform but not available to any APEX". When the list is not empty, `what` is matched against