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 năm trước cách đây
mục cha
commit
b33f3c7802
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      client/container_create.go

+ 0 - 1
client/container_create.go

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