summaryrefslogtreecommitdiff
path: root/cmd/podmanV2/utils
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-03-24 21:48:37 +0100
committerGitHub <noreply@github.com>2020-03-24 21:48:37 +0100
commit0c084d9719772a9b68d5eb67114cf5bf001958b2 (patch)
treef6ed82f9c435c30b44d5c820502607ba60e89282 /cmd/podmanV2/utils
parentc29a4c69044c02eee564fc72c64144b2a76d1d73 (diff)
parent77a2af8817284d134ea1f30f0b06291a5b05c5a0 (diff)
downloadpodman-0c084d9719772a9b68d5eb67114cf5bf001958b2.tar.gz
podman-0c084d9719772a9b68d5eb67114cf5bf001958b2.tar.bz2
podman-0c084d9719772a9b68d5eb67114cf5bf001958b2.zip
Merge pull request #5592 from jwhonce/wip/globalflags
Combine GlobalFlags and EngineFlags into EngineOptions
Diffstat (limited to 'cmd/podmanV2/utils')
-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
-}