Humble Chirammal 992d4b92bb util: NewCredentials() dont have any callers
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>
2020-10-21 21:04:11 +00:00
..
2020-07-21 08:36:24 +00:00
2020-07-21 08:36:24 +00:00
2020-07-23 11:16:40 +00:00
2020-07-21 08:36:24 +00:00
2020-07-21 08:36:24 +00:00
2020-07-21 08:36:24 +00:00
2020-07-21 08:36:24 +00:00