Browse code

Remove unused variable from container struct

Guillaume J. Charmes authored on 2013/03/30 00:41:48
Showing 1 changed files
... ...
@@ -40,9 +40,7 @@ type Container struct {
40 40
 	stdin       io.ReadCloser
41 41
 	stdinPipe   io.WriteCloser
42 42
 
43
-	stdoutLog *os.File
44
-	stderrLog *os.File
45
-	runtime   *Runtime
43
+	runtime *Runtime
46 44
 }
47 45
 
48 46
 type Config struct {