Merge pull request #84672 from hwdef/fix-staticcheck2

cmd:fix staticcheck warning
This commit is contained in:
Kubernetes Prow Robot
2019-11-12 09:06:06 -08:00
committed by GitHub
2 changed files with 0 additions and 2 deletions

View File

@@ -51,7 +51,6 @@ type analyzer struct {
ctx build.Context
failed bool
donePaths map[string]interface{}
errors []string
}
func newAnalyzer() *analyzer {