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>
(cherry picked from commit 3994e0ce7855b0dc845c558304e4c1e7a89f0929)
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Sebastiaan van Stijn 2021-07-12 12:20:19 +02:00 committed by Davanum Srinivas
parent 906f57ff5b
commit 4df345e65d
No known key found for this signature in database
GPG key ID: 80D83A796103BF59

View file

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