summaryrefslogtreecommitdiff
path: root/libpod/container_unsupported.go
diff options
context:
space:
mode:
Diffstat (limited to 'libpod/container_unsupported.go')
-rw-r--r--libpod/container_unsupported.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/libpod/container_unsupported.go b/libpod/container_unsupported.go
index 5b923b52a..e214b9465 100644
--- a/libpod/container_unsupported.go
+++ b/libpod/container_unsupported.go
@@ -3,11 +3,3 @@
package libpod
type containerPlatformState struct{}
-
-func (ctr *Container) setNamespace(netNSPath string, newState *containerState) error {
- return ErrNotImplemented
-}
-
-func (ctr *Container) setNamespaceStatePath() string {
- return ""
-}