Remove unused variable from container struct
This commit is contained in:
parent
69c2250ec2
commit
7a565a0479
1 changed files with 1 additions and 3 deletions
|
@ -40,9 +40,7 @@ type Container struct {
|
||||||
stdin io.ReadCloser
|
stdin io.ReadCloser
|
||||||
stdinPipe io.WriteCloser
|
stdinPipe io.WriteCloser
|
||||||
|
|
||||||
stdoutLog *os.File
|
runtime *Runtime
|
||||||
stderrLog *os.File
|
|
||||||
runtime *Runtime
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
|
|
Loading…
Reference in a new issue