diff options
Diffstat (limited to 'libpod/container.go')
-rw-r--r-- | libpod/container.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libpod/container.go b/libpod/container.go index b6c3d1f40..96fda27c1 100644 --- a/libpod/container.go +++ b/libpod/container.go @@ -94,8 +94,6 @@ func (ns LinuxNS) String() string { type Container struct { config *ContainerConfig - runningSpec *spec.Spec - state *containerState // Locked indicates that a container has been locked as part of a |