Merge "Remove unused constants for cquery requests" am: 06a466256d am: 2278624e5b am: 4bfa990c45

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1664539

Change-Id: Ie45915035dc6ef9b295746e8744dc3b775d56379
This commit is contained in:
Treehugger Robot 2021-04-06 18:22:41 +00:00 committed by Automerger Merge Worker
commit 8cb6f47cde
1 changed files with 0 additions and 7 deletions

View File

@ -34,13 +34,6 @@ import (
"android/soong/shared"
)
type CqueryRequestType int
const (
getAllFiles CqueryRequestType = iota
getAllFilesAndCcObjectFiles
)
// Map key to describe bazel cquery requests.
type cqueryKey struct {
label string