From 38f2e38ea3d58ab26a355b026763e8319acd20fb Mon Sep 17 00:00:00 2001 From: "Guillaume J. Charmes" Date: Fri, 29 Mar 2013 08:41:48 -0700 Subject: [PATCH] Remove unused variable from container struct Upstream-commit: 7a565a0479b6a797a0cdc9a4156e57ce811032b3 Component: engine --- components/engine/container.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/engine/container.go b/components/engine/container.go index 80d5727d5a..c974c5f1cb 100644 --- a/components/engine/container.go +++ b/components/engine/container.go @@ -40,9 +40,7 @@ type Container struct { stdin io.ReadCloser stdinPipe io.WriteCloser - stdoutLog *os.File - stderrLog *os.File - runtime *Runtime + runtime *Runtime } type Config struct {