mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
client: remove unused Platform field from configWrapper
This field was added in 7a9cb29fb9
,
but appears to be unused, so removing it.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
ada51d6d29
commit
b33f3c7802
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ type configWrapper struct {
|
|||
*container.Config
|
||||
HostConfig *container.HostConfig
|
||||
NetworkingConfig *network.NetworkingConfig
|
||||
Platform *specs.Platform
|
||||
}
|
||||
|
||||
// ContainerCreate creates a new container based on the given configuration.
|
||||
|
|
Loading…
Reference in a new issue