Skip to content

Commit

Permalink
refactor(autok3s): remove useless code
Browse files Browse the repository at this point in the history
Signed-off-by: Jason-ZW <zhenyang@rancher.com>
  • Loading branch information
rancher-sy-bot committed Aug 28, 2020
1 parent 2c1dbe3 commit 24aa1fa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/hosts/tunnel.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ type Tunnel struct {
conn *ssh.Client
}

type Result struct {
StdOut []byte
StdErr []byte
}

func (t *Tunnel) Close() error {
return t.conn.Close()
}
Expand Down

0 comments on commit 24aa1fa

Please # to comment.