diff --git a/cmd/minikube/cmd/service.go b/cmd/minikube/cmd/service.go index 7a8f37cdc54b..736434dc0dcd 100644 --- a/cmd/minikube/cmd/service.go +++ b/cmd/minikube/cmd/service.go @@ -58,14 +58,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",