mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-05-23 07:46:41 +00:00
We have below exported function in credentials.go which is not called from anywhere in the repo. Removing it for the same reason. ``` // NewCredentials generates new credentials when id and key // are provided. func NewCredentials(id, key string) (*Credentials, error) { ... ``` Signed-off-by: Humble Chirammal <hchiramm@redhat.com>