Merge pull request #97663 from heqg/unused-variable-Code

remove unused variable of Code
This commit is contained in:
Kubernetes Prow Robot 2021-05-06 19:41:02 -07:00 committed by GitHub
commit f101acdbe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,9 +50,6 @@ var (
Code403 = map[int]bool{403: true}
Code404 = map[int]bool{404: true}
Code405 = map[int]bool{405: true}
Code409 = map[int]bool{409: true}
Code422 = map[int]bool{422: true}
Code500 = map[int]bool{500: true}
Code503 = map[int]bool{503: true}
)