Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumerose committed Mar 16, 2021
1 parent bf91303 commit cf54a83
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/hyperkit/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,6 @@ func (d *Driver) DriverName() string {
return DriverName
}

// GetSSHHostname returns hostname for use with ssh
func (d *Driver) GetSSHHostname() (string, error) {
return d.IPAddress, nil
}

// GetState returns the state that the host is in (running, stopped, etc)
func (d *Driver) GetState() (state.State, error) {
if err := d.verifyRootPermissions(); err != nil {
Expand Down

0 comments on commit cf54a83

Please sign in to comment.