summaryrefslogtreecommitdiff
path: root/libpod/pod.go
diff options
context:
space:
mode:
Diffstat (limited to 'libpod/pod.go')
-rw-r--r--libpod/pod.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/libpod/pod.go b/libpod/pod.go
index e70cd9138..627711cdb 100644
--- a/libpod/pod.go
+++ b/libpod/pod.go
@@ -7,11 +7,6 @@ import (
"github.com/pkg/errors"
)
-var (
- // KernelNamespaces is a list of the kernel namespaces a pod can share
- KernelNamespaces = []string{"ipc", "net", "pid", "user", "mnt", "uts", "cgroup"}
-)
-
// Pod represents a group of containers that are managed together.
// Any operations on a Pod that access state must begin with a call to
// updatePod().