storage/kubernetes: remove unused method

This commit is contained in:
Eric Chiang 2016-12-08 16:41:45 -08:00
parent 9e6d8689c3
commit 879e018f74
1 changed files with 0 additions and 4 deletions

View File

@ -442,7 +442,3 @@ func currentContext(config *k8sapi.Config) (cluster k8sapi.Cluster, user k8sapi.
}
return cluster, user, context.Namespace, nil
}
func newInClusterClient() (*client, error) {
return nil, nil
}