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