diff options
Diffstat (limited to 'vendor/github.com/Microsoft/hcsshim/internal/hns/hnsnetwork.go')
-rw-r--r-- | vendor/github.com/Microsoft/hcsshim/internal/hns/hnsnetwork.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vendor/github.com/Microsoft/hcsshim/internal/hns/hnsnetwork.go b/vendor/github.com/Microsoft/hcsshim/internal/hns/hnsnetwork.go index b7ae96fdd..f12d3ab04 100644 --- a/vendor/github.com/Microsoft/hcsshim/internal/hns/hnsnetwork.go +++ b/vendor/github.com/Microsoft/hcsshim/internal/hns/hnsnetwork.go @@ -39,12 +39,6 @@ type HNSNetwork struct { AutomaticDNS bool `json:",omitempty"` } -type hnsNetworkResponse struct { - Success bool - Error string - Output HNSNetwork -} - type hnsResponse struct { Success bool Error string |