From 72bb2d68dd4cce71c631eed6d3bd55f3e98a3c19 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 17 Jun 2013 15:20:31 -0700 Subject: [PATCH] communicator/ssh: remove unusable code --- communicator/ssh/communicator.go | 1 - 1 file changed, 1 deletion(-) diff --git a/communicator/ssh/communicator.go b/communicator/ssh/communicator.go index f02520f0e..73e76e5ee 100644 --- a/communicator/ssh/communicator.go +++ b/communicator/ssh/communicator.go @@ -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 }