Browse Source

client: remove unused Platform field from configWrapper

This field was added in 7a9cb29fb980c0ab3928272cdc24c7089b2fcf64,
but appears to be unused, so removing it.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 4 years ago
parent
commit
b33f3c7802
1 changed files with 0 additions and 1 deletions
  1. 0 1
      client/container_create.go

+ 0 - 1
client/container_create.go

@@ -16,7 +16,6 @@ type configWrapper struct {
 	*container.Config
 	*container.Config
 	HostConfig       *container.HostConfig
 	HostConfig       *container.HostConfig
 	NetworkingConfig *network.NetworkingConfig
 	NetworkingConfig *network.NetworkingConfig
-	Platform         *specs.Platform
 }
 }
 
 
 // ContainerCreate creates a new container based on the given configuration.
 // ContainerCreate creates a new container based on the given configuration.