fix staticchekc failer in apiserver/pkg/endpoints/request

Kubernetes-commit: fa68cda13f329ff8e0458aa254caf321337c711f
This commit is contained in:
Kobayashi Daisuke 2020-11-18 15:28:35 +09:00 committed by Kubernetes Publisher
parent 1e0845f72e
commit 11999a9237
1 changed files with 0 additions and 3 deletions

View File

@ -36,9 +36,6 @@ const (
// auditKey is the context key for the audit event.
auditKey
// audiencesKey is the context key for request audiences.
audiencesKey
)
// NewContext instantiates a base context object for request flows.