瀏覽代碼

Remove unused variable from container struct

Guillaume J. Charmes 12 年之前
父節點
當前提交
7a565a0479
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      container.go

+ 1 - 3
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 {