Skip to content

Commit cfbce1c

Browse files
committed
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 <[email protected]>
1 parent a994ca1 commit cfbce1c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

wincred/wincred_windows.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ func (h Wincred) Get(serverURL string) (string, string, error) {
4141
// List returns the stored URLs and corresponding usernames.
4242
func (h Wincred) List() (map[string]string, error) {
4343
creds, err := winc.List()
44-
paths := make([]string, len(creds))
45-
accts := make([]string, len(creds))
4644
if err != nil {
4745
return nil, err
4846
}

0 commit comments

Comments
 (0)