diff options
Diffstat (limited to 'libpod/container.go')
-rw-r--r-- | libpod/container.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpod/container.go b/libpod/container.go index 7003396ac..cd8cb4a6e 100644 --- a/libpod/container.go +++ b/libpod/container.go @@ -133,7 +133,6 @@ type Container struct { // TODO enable pod support // TODO Add readonly support // TODO add SHM size support -// TODO add shared namespace support // containerRuntimeInfo contains the current state of the container // It is stored on disk in a tmpfs and recreated on reboot |