[cleanup] remove unused variable.

Change-Id: I6788a8ec1db51c0c72ec64d4df5269622934e857
This commit is contained in:
Florian Mayer
2022-09-15 16:59:37 -07:00
parent 5aa5dc4121
commit a43630f0a1
2 changed files with 0 additions and 4 deletions

View File

@@ -53,7 +53,6 @@ func makeStringOfKeys(ctx android.MakeVarsContext, key android.OnceKey) string {
func makeStringOfWarningAllowedProjects() string {
allProjects := append([]string{}, config.WarningAllowedProjects...)
allProjects = append(allProjects, config.WarningAllowedOldProjects...)
sort.Strings(allProjects)
// Makefile rules use pattern "path/%" to match module paths.
if len(allProjects) > 0 {