communicator/ssh: remove unusable code

This commit is contained in:
Mitchell Hashimoto 2013-06-17 15:20:31 -07:00
parent 46108ce13f
commit 72bb2d68dd

View file

@ -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
}