summaryrefslogtreecommitdiff
path: root/cmd/podman/shared
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2019-04-05 13:40:18 -0400
committerChris Evich <cevich@redhat.com>2019-05-02 09:26:06 -0400
commit7f157dbe46ec5f69a4860748e5ea5dd2e5b601ad (patch)
treeadcb119573116741e5b95dfd80b30f722d00a6fc /cmd/podman/shared
parent7d05ff3fc772a7be4860ed4a3cd59a62f8bb893a (diff)
downloadpodman-7f157dbe46ec5f69a4860748e5ea5dd2e5b601ad.tar.gz
podman-7f157dbe46ec5f69a4860748e5ea5dd2e5b601ad.tar.bz2
podman-7f157dbe46ec5f69a4860748e5ea5dd2e5b601ad.zip
Remove two bits of dead code
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'cmd/podman/shared')
-rw-r--r--cmd/podman/shared/create.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmd/podman/shared/create.go b/cmd/podman/shared/create.go
index 48476e177..eac2d044d 100644
--- a/cmd/podman/shared/create.go
+++ b/cmd/podman/shared/create.go
@@ -726,11 +726,6 @@ func ParseCreateOpts(ctx context.Context, c *GenericCLIResults, runtime *libpod.
return config, nil
}
-type namespace interface {
- IsContainer() bool
- Container() string
-}
-
func CreateContainerFromCreateConfig(r *libpod.Runtime, createConfig *cc.CreateConfig, ctx context.Context, pod *libpod.Pod) (*libpod.Container, error) {
runtimeSpec, err := cc.CreateConfigToOCISpec(createConfig)
if err != nil {