Merge pull request #87377 from gavinfish/pkg-util-netsh

Fix static check errors in pkg/util/netsh
This commit is contained in:
Kubernetes Prow Robot
2020-01-21 22:02:35 -08:00
committed by GitHub
2 changed files with 0 additions and 3 deletions

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
}