Просмотр исходного кода

Remove unused variable from container struct

Guillaume J. Charmes 12 лет назад
Родитель
Сommit
7a565a0479
1 измененных файлов с 1 добавлено и 3 удалено
  1. 1 3
      container.go

+ 1 - 3
container.go

@@ -40,9 +40,7 @@ type Container struct {
 	stdin       io.ReadCloser
 	stdin       io.ReadCloser
 	stdinPipe   io.WriteCloser
 	stdinPipe   io.WriteCloser
 
 
-	stdoutLog *os.File
-	stderrLog *os.File
-	runtime   *Runtime
+	runtime *Runtime
 }
 }
 
 
 type Config struct {
 type Config struct {