From 81a4451fea812d65ddef4b3a4fc821cbfefd7670 Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Fri, 22 Mar 2019 09:56:34 +0100 Subject: Add deadcode linter Signed-off-by: Sascha Grunert --- cmd/podman/run_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd/podman/run_test.go') diff --git a/cmd/podman/run_test.go b/cmd/podman/run_test.go index 0bf9cb4d9..dea8eb7a2 100644 --- a/cmd/podman/run_test.go +++ b/cmd/podman/run_test.go @@ -18,7 +18,6 @@ import ( var ( sysInfo = sysinfo.New(true) - cmd = []string{"podman", "test", "alpine"} CLI *cliconfig.PodmanCommand ) -- cgit v1.2.3-54-g00ecf