mirror of
https://github.com/docker/docker-credential-helpers.git
synced 2026-06-14 00:11:28 +05:30
Removed unnecessary lines in wincred_windows.go
Those lines seem to be left from the last merge. They cause build errors on Windows. Signed-off-by: Daniel Joos <daniel@joosweb.de>
This commit is contained in:
@@ -41,8 +41,6 @@ func (h Wincred) Get(serverURL string) (string, string, error) {
|
|||||||
// List returns the stored URLs and corresponding usernames.
|
// List returns the stored URLs and corresponding usernames.
|
||||||
func (h Wincred) List() (map[string]string, error) {
|
func (h Wincred) List() (map[string]string, error) {
|
||||||
creds, err := winc.List()
|
creds, err := winc.List()
|
||||||
paths := make([]string, len(creds))
|
|
||||||
accts := make([]string, len(creds))
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user