Browse code

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 authored on 2021/07/12 19:20:19
Showing 1 changed files
... ...
@@ -16,7 +16,6 @@ type configWrapper struct {
16 16
 	*container.Config
17 17
 	HostConfig       *container.HostConfig
18 18
 	NetworkingConfig *network.NetworkingConfig
19
-	Platform         *specs.Platform
20 19
 }
21 20
 
22 21
 // ContainerCreate creates a new container based on the given configuration.