Merge "Remove unused constants for cquery requests"

This commit is contained in:
Treehugger Robot
2021-04-06 15:55:17 +00:00
committed by Gerrit Code Review

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