Commit 72bb2d68 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

communicator/ssh: remove unusable code

parent 46108ce1
......@@ -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
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment