From 7f157dbe46ec5f69a4860748e5ea5dd2e5b601ad Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Fri, 5 Apr 2019 13:40:18 -0400 Subject: Remove two bits of dead code Signed-off-by: Chris Evich --- cmd/podman/shared/create.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cmd/podman/shared') 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 { -- cgit v1.2.3-54-g00ecf