lint: Fix virtcontainers unused errors

Remove unused variables and functions identified by the `varcheck` and
`unused` linters.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt
2018-03-19 19:20:50 +00:00
parent 97d2ef2712
commit d51a5e303d
16 changed files with 1 additions and 147 deletions

View File

@@ -40,10 +40,6 @@ var defaultSharedDir = "/run/hyper/shared/pods/"
var mountTag = "hyperShared"
var maxHostnameLen = 64
const (
unixSocket = "unix"
)
// HyperConfig is a structure storing information needed for
// hyperstart agent initialization.
type HyperConfig struct {