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