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 {