lint: Fix virtcontainers structcheck errors

Correct `structcheck` linter issues.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2018-03-19 18:52:07 +00:00
parent c4e85905db
commit cc09b01ab2
2 changed files with 0 additions and 3 deletions

View File

@ -22,7 +22,6 @@ import (
// cnm is a network implementation for the CNM plugin.
type cnm struct {
config NetworkConfig
}
func cnmLogger() *logrus.Entry {

View File

@ -466,8 +466,6 @@ type Pod struct {
networkNS NetworkNamespace
lockFile *os.File
annotationsLock *sync.RWMutex
wg *sync.WaitGroup