summaryrefslogtreecommitdiff
path: root/cmd/podmanV2/utils/remote.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podmanV2/utils/remote.go')
-rw-r--r--cmd/podmanV2/utils/remote.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/cmd/podmanV2/utils/remote.go b/cmd/podmanV2/utils/remote.go
deleted file mode 100644
index d0c8a272d..000000000
--- a/cmd/podmanV2/utils/remote.go
+++ /dev/null
@@ -1,10 +0,0 @@
-package utils
-
-import (
- "github.com/containers/libpod/cmd/podmanV2/registry"
- "github.com/containers/libpod/pkg/domain/entities"
-)
-
-func IsRemote() bool {
- return registry.EngineOpts.EngineMode == entities.TunnelMode
-}