aboutsummaryrefslogtreecommitdiff
path: root/libpod/container.go
diff options
context:
space:
mode:
Diffstat (limited to 'libpod/container.go')
-rw-r--r--libpod/container.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/libpod/container.go b/libpod/container.go
index 648dc821e..98810ea94 100644
--- a/libpod/container.go
+++ b/libpod/container.go
@@ -106,8 +106,6 @@ type Container struct {
runtime *Runtime
}
-// TODO fetch IP and Subnet Mask from networks once we have updated OCICNI
-
// containerState contains the current state of the container
// It is stored on disk in a tmpfs and recreated on reboot
type containerState struct {