Skip to content

Commit

Permalink
Remove client.NewKeysAPI call
Browse files Browse the repository at this point in the history
  • Loading branch information
aniruddha2000 committed Oct 26, 2021
1 parent 7631140 commit 98a3c24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions locksmithctl/locksmithctl.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,6 @@ func getClient() (*client.Client, error) {
return nil, err
}

kapi := client.NewKeysAPI(ec)

lc, err := lock.NewEtcdLockClient(kapi, globalFlags.Group)
if err != nil {
return nil, err
Expand Down

0 comments on commit 98a3c24

Please sign in to comment.