diff --git a/cmd/minikube/cmd/service.go b/cmd/minikube/cmd/service.go index eb41de0fbef0..9a26a6547b68 100644 --- a/cmd/minikube/cmd/service.go +++ b/cmd/minikube/cmd/service.go @@ -46,14 +46,6 @@ var ( interval int ) -// type serviceNotFoundError struct { -// Err error -// } - -// func (t serviceNotFoundError) Error() string { -// return "Service not found: " + t.Err.Error() -// } - // serviceCmd represents the service command var serviceCmd = &cobra.Command{ Use: "service [flags] SERVICE",