Remove unused constants for cquery requests
Test: go test soong tests Change-Id: I63bfff2b1fb2efecf0811b842ffcad874c83fc50
This commit is contained in:
parent
9962daec01
commit
0202caa0fd
1 changed files with 0 additions and 7 deletions
|
@ -34,13 +34,6 @@ import (
|
||||||
"android/soong/shared"
|
"android/soong/shared"
|
||||||
)
|
)
|
||||||
|
|
||||||
type CqueryRequestType int
|
|
||||||
|
|
||||||
const (
|
|
||||||
getAllFiles CqueryRequestType = iota
|
|
||||||
getAllFilesAndCcObjectFiles
|
|
||||||
)
|
|
||||||
|
|
||||||
// Map key to describe bazel cquery requests.
|
// Map key to describe bazel cquery requests.
|
||||||
type cqueryKey struct {
|
type cqueryKey struct {
|
||||||
label string
|
label string
|
||||||
|
|
Loading…
Reference in a new issue