\core\pkg\ingress\errors:delete unuseful variable

This commit is contained in:
caiyixiang 2017-05-15 10:22:58 +08:00
parent 07647fd313
commit c05b7a0094

View file

@ -30,10 +30,6 @@ var (
// ErrInvalidAnnotationName the ingress rule does contains an invalid
// annotation name
ErrInvalidAnnotationName = errors.New("invalid annotation name")
// ErrInvalidAnnotationContent the ingress rule annotation content is
// invalid
ErrInvalidAnnotationContent = errors.New("invalid annotation content")
)
// NewInvalidAnnotationContent returns a new InvalidContent error