Fix static check errors in pkg/util/netsh

This commit is contained in:
drfish 2020-01-20 13:25:34 +08:00
parent 08dd4f5478
commit f19f4e40f9
2 changed files with 0 additions and 3 deletions

View File

@ -20,7 +20,6 @@ pkg/registry/core/service/ipallocator
pkg/registry/core/service/portallocator
pkg/registry/core/service/storage
pkg/util/coverage
pkg/util/netsh
pkg/volume
pkg/volume/awsebs
pkg/volume/azure_dd

View File

@ -21,7 +21,6 @@ import (
"net"
"os"
"strings"
"sync"
"time"
"k8s.io/klog"
@ -54,7 +53,6 @@ const (
// runner implements Interface in terms of exec("netsh").
type runner struct {
mu sync.Mutex
exec utilexec.Interface
}