Remove useless duplication on GetSSHHostname

Signed-off-by: Olivier Gambier <olivier@docker.com>
This commit is contained in:
Olivier Gambier
2015-10-20 18:43:57 -07:00
parent c2589c8099
commit b6462eb6d0
12 changed files with 0 additions and 51 deletions

View File

@@ -119,10 +119,6 @@ func NewDriver(hostName, storePath string) drivers.Driver {
return d
}
func (d *Driver) GetSSHHostname() (string, error) {
return d.GetIP()
}
func (d *Driver) GetSSHUsername() string {
if d.SSHUser == "" {
d.SSHUser = "ubuntu"