communicator/ssh: remove unusable code
This commit is contained in:
parent
206ec4e5bf
commit
dc6519f7c1
|
@ -147,5 +147,4 @@ func (c *comm) Upload(path string, input io.Reader) error {
|
||||||
|
|
||||||
func (c *comm) Download(string, io.Writer) error {
|
func (c *comm) Download(string, io.Writer) error {
|
||||||
panic("not implemented yet")
|
panic("not implemented yet")
|
||||||
return nil
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue