remove redundant code and better error msg

Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
allencloud
2017-02-10 17:16:34 +08:00
parent 584e399d96
commit 5c0ea56d56
2 changed files with 1 additions and 5 deletions

View File

@@ -8,10 +8,6 @@ import (
// SwarmUnlock unlockes locked swarm.
func (cli *Client) SwarmUnlock(ctx context.Context, req swarm.UnlockRequest) error {
serverResp, err := cli.post(ctx, "/swarm/unlock", nil, req, nil)
if err != nil {
return err
}
ensureReaderClosed(serverResp)
return err
}