From 4da4150abe51b67687e5bdf9b6e5d1797aa60eed Mon Sep 17 00:00:00 2001 From: georgevicbell Date: Thu, 16 Jul 2015 21:37:08 -0400 Subject: [PATCH] Update communicator.go --- builder/docker/communicator.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/builder/docker/communicator.go b/builder/docker/communicator.go index 56ea3b1d3..3d495463f 100644 --- a/builder/docker/communicator.go +++ b/builder/docker/communicator.go @@ -28,10 +28,6 @@ type Communicator struct { lock sync.Mutex } -type Config struct { - // Pty, if true, will request a pty from docker with -t - Pty bool -} func (c *Communicator) Start(remote *packer.RemoteCmd) error { // Create a temporary file to store the output. Because of a bug in // Docker, sometimes all the output doesn't properly show up. This