From b88595b169447540d38cba53f7539b79e6ceb443 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 19 Jul 2013 14:09:20 -0400 Subject: [PATCH] communicator/ssh: remove complete TODO --- communicator/ssh/communicator.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/communicator/ssh/communicator.go b/communicator/ssh/communicator.go index c1fbc5e52..f64365d91 100644 --- a/communicator/ssh/communicator.go +++ b/communicator/ssh/communicator.go @@ -161,9 +161,6 @@ func (c *comm) Upload(path string, input io.Reader) error { return err } - // TODO(mitchellh): Each step above results in a 0/1/2 being sent by - // the remote side to confirm. We should check for those confirmations. - // Close the stdin, which sends an EOF, and then set w to nil so that // our defer func doesn't close it again since that is unsafe with // the Go SSH package.