communicator/ssh: remove unusable code

pull/919/head
Mitchell Hashimoto 13 years ago
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…
Cancel
Save