summaryrefslogtreecommitdiff
path: root/libpod/pod_top_unsupported.go
diff options
context:
space:
mode:
Diffstat (limited to 'libpod/pod_top_unsupported.go')
-rw-r--r--libpod/pod_top_unsupported.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/libpod/pod_top_unsupported.go b/libpod/pod_top_unsupported.go
deleted file mode 100644
index 59d2ff9a2..000000000
--- a/libpod/pod_top_unsupported.go
+++ /dev/null
@@ -1,10 +0,0 @@
-// +build !linux
-
-package libpod
-
-import "github.com/containers/podman/v3/libpod/define"
-
-// GetPodPidInformation is exclusive to linux
-func (p *Pod) GetPodPidInformation(descriptors []string) ([]string, error) {
- return nil, define.ErrNotImplemented
-}