mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-23 09:51:08 -05:00
communicator/ssh: remove unusable code
This commit is contained in:
parent
46108ce13f
commit
72bb2d68dd
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue