diff options
Diffstat (limited to 'vendor/github.com/Microsoft/hcsshim/internal/schema2/topology.go')
-rw-r--r-- | vendor/github.com/Microsoft/hcsshim/internal/schema2/topology.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/topology.go b/vendor/github.com/Microsoft/hcsshim/internal/schema2/topology.go index af2e3c823..834869940 100644 --- a/vendor/github.com/Microsoft/hcsshim/internal/schema2/topology.go +++ b/vendor/github.com/Microsoft/hcsshim/internal/schema2/topology.go @@ -10,7 +10,6 @@ package hcsschema type Topology struct { - Memory *Memory2 `json:"Memory,omitempty"` Processor *Processor2 `json:"Processor,omitempty"` |