1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00

Remove unused variable from container struct

Upstream-commit: 7a565a0479b6a797a0cdc9a4156e57ce811032b3
Component: engine
This commit is contained in:
Guillaume J. Charmes
2013-03-29 08:41:48 -07:00
parent a659bdb4eb
commit 38f2e38ea3

View File

@@ -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 {