mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-22 12:29:49 +00:00
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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user